# HG changeset patch # User Mike Becker # Date 1786700136 -7200 # Node ID ba1bf80d10ccbffbe656beb4faf7c6266b7b0d61 # Parent 09f18c3316f9d6ecf389971f44ac919622e52f4f withdraw requirement that PGN parser should work on uninitialized state diff -r 09f18c3316f9 -r ba1bf80d10cc test/test-real-pgn.c --- 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];