Skip to content

Commit

Permalink
Update developer/src/kmcmplib/tests/gtest-compiler-test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Durdin <[email protected]>
  • Loading branch information
markcsinclair and mcdurdin authored Sep 16, 2024
1 parent f0be2ac commit ae62390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/kmcmplib/tests/gtest-compiler-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ TEST_F(CompilerTest, GetXStringImpl_type_n_test) {
u16cpy(str, u"notany()");
EXPECT_EQ(KmnCompilerMessages::ERROR_InvalidAny, GetXStringImpl(tstr, &fileKeyboard, str, u"", output, 80, 0, &newp, FALSE));

// notany, space in delimiters (see I11814, I11937, #11910, #11894, #11938)
// notany, space in delimiters (see #11814, #11937, #11910, #11894, #11938)
fileKeyboard.version = VERSION_70;
u16cpy(str, u"notany( )");
EXPECT_EQ(KmnCompilerMessages::ERROR_InvalidAny, GetXStringImpl(tstr, &fileKeyboard, str, u"", output, 80, 0, &newp, FALSE));
Expand Down

0 comments on commit ae62390

Please sign in to comment.