lukasmonk / lucaschessR2

Lucas Chess R Version 2
GNU General Public License v3.0
255 stars 36 forks source link

Invalid PGNs are accepted #83

Open KarolS opened 1 year ago

KarolS commented 1 year ago

Steps:

  1. create a PGN file with the following contents:
[Variant "From Position"]
[FEN "5rk1/4R2R/5r2/8/8/8/5PPP/6K1 w - - 0 1"]

1. Rg7+
  1. ToolsPGNRead PGN file and select the file

What happens:

What should happen:

The program should either:

lukasmonk commented 1 year ago

The + is discriminant, a rare case. Fixed in the next update, it will be considered an error and it will not be imported. Thanks.