issues
search
lichess-org
/
dartchess
Dart chess library for native platforms
https://pub.dev/packages/dartchess
GNU General Public License v3.0
35
stars
18
forks
source link
Fix SmartChess test in `pgn_test.dart`
#31
Closed
Anupya
closed
12 months ago
Anupya
commented
1 year ago
Description
Fix one of the two tests listed
here
.
We were assuming that lines with
{
will be longer than length = 1. This PR handles the case when
{
is the only character in the line.
Fix typos.
veloce
commented
12 months ago
Thanks for that one!
Description
{
will be longer than length = 1. This PR handles the case when{
is the only character in the line.