Fix regexp for parsing PGN moves.master/pgn-variant
commite36675ec944e02d7d116b491eaa921fb16cb13e9
authorYann Dirson <ydirson@altern.org>
Wed, 6 Feb 2008 22:18:37 +0000 (6 23:18 +0100)
committerYann Dirson <ydirson@altern.org>
Wed, 6 Feb 2008 22:18:37 +0000 (6 23:18 +0100)
tree972f51cd0a58ca03ea6d254011cc66fb2a5134fc
parent7253c2937a85a97723916fe40eb3f875e764f16f
Fix regexp for parsing PGN moves.

The regexp for a move would include the closing parenthesis for a
variation, causing the end of the variation not to be detected, and
further deserialization to fail.  Games inclusing variations now can
be loaded.
TODO_shogi
src/pgnparser.cpp