Fix newline preservation in @example with lines beginning with @
authorAndy Wingo <wingo@pobox.com>
Thu, 27 Feb 2014 16:16:29 +0000 (17:16 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 17 Mar 2014 20:49:16 +0000 (21:49 +0100)
commitb7faf399c1420567b017cdc7f900009ded175151
tree38806a9cc64e59320c055742e95b2aa2d20ccd77
parent679ffce89c3ddb8f906df452e4884b128ea4655b
Fix newline preservation in @example with lines beginning with @

* module/texinfo.scm (read-char-data): Preserve newlines in @example and
  similar environments in the case when the next line starts with an @.

* test-suite/tests/texinfo.test ("test-texinfo->stexinfo"): Add a test.
module/texinfo.scm
test-suite/tests/texinfo.test