--- 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];