Allow line-straddling result comments
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 30 Nov 2010 17:23:12 +0000 (18:23 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:24 +0000 (23:14 -0800)
commit895402b0d893d236707aeeb4b42af08d57951f2a
tree794838911e5320adf383c79bd3a030ac18b4d33c
parent1ffdc739280a7ea84cc1df3697cf40756795eb82
Allow line-straddling result comments

Some GUIs (in particular Arena) do not have the decency to keep the
result comment on a single line. In this case the parser rules would not
recognize it, and treat it as a normal comment, plus an undetailed PGN
result. The rules are now fixed to allow linefeeds in the comment, and
between comment and PGN result. To correctly process the comment further
(e.g. in game-list lines) the linefeeds are replaced by spaces in the
back-end routines that do use the result comment.
backend.c
parser.l