fixed parser error for knight move
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 12 Jul 2009 01:20:56 +0000 (18:20 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 12 Jul 2009 01:20:56 +0000 (18:20 -0700)
commitfbaf2c67f80ae9a26950a0754128f0e366aea862
tree65229f717568eb62e1b6c17d466288a02a26948f
parent3cc03b735ac2bff48a80937827a2ddcf22878959
fixed parser error for knight move

The parser had a strange quirk: it recognized bd2 as a valid Knight move
(Nb1-d2) while this SAN format should be reserved for Pawn moves only.
parser.l