withdraw requirement that PGN parser should work on uninitialized state

Fri, 14 Aug 2026 11:35:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 14 Aug 2026 11:35:36 +0200
changeset 172
ba1bf80d10cc
parent 171
09f18c3316f9
child 173
e541b6002933

withdraw requirement that PGN parser should work on uninitialized state

test/test-real-pgn.c file | annotate | diff | comparison | revisions
--- a/test/test-real-pgn.c	Sun Aug 09 14:34:23 2026 +0200
+++ b/test/test-real-pgn.c	Fri Aug 14 11:35:36 2026 +0200
@@ -64,7 +64,6 @@
     static unsigned index = 0;
     ++index;
     GameState gamestate;
-    // TODO: fix that we need an initialized game state for parsing PGNs
     gamestate_init(&gamestate);
     CX_TEST_DO {
         const enum expected_result rs = pgn_data[index-1][0];

mercurial