diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-18 18:42:13 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-18 18:42:13 +0100 |
| commit | da8857549304590d8d32e643a22617318add542a (patch) | |
| tree | 738e7c720f0043447ce34be0ae13b75207794f1a /tests/combined.cpp | |
| parent | 2ac42558f2b6269ad4d8e0809519f96aae1fd342 (diff) | |
Improve NAG parsing
Diffstat (limited to 'tests/combined.cpp')
| -rw-r--r-- | tests/combined.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 == |
