From da8857549304590d8d32e643a22617318add542a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 18 Jan 2023 18:42:13 +0100 Subject: Improve NAG parsing --- tests/combined.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/combined.cpp') diff --git a/tests/combined.cpp b/tests/combined.cpp index a4b2089..137257c 100644 --- a/tests/combined.cpp +++ b/tests/combined.cpp @@ -50,7 +50,7 @@ TEST_CASE("Hartwig PGN", "[combined/hartwig]") { "just loses thanks to the interpolation of 11. c3 fxe4:"); HalfMove *m20w = (m->GetHalfMoveAt(38)); // move 20 white => m20w - CHECK(m20w->NAG == "$1"); + CHECK(m20w->NAG == 1); HalfMove *m21b = (m->GetHalfMoveAt(42)); // move 21 black => m21b CHECK(m21b->comment == -- cgit v1.2.3