Updated criteria for valid object ID name

This commit is contained in:
Lew Rossman
2019-04-18 17:12:56 -04:00
parent 6b0e421a39
commit a4ac34d5d6
5 changed files with 5 additions and 5 deletions

View File

@@ -157,7 +157,7 @@ BOOST_FIXTURE_TEST_CASE(test_pat_id_isvalid, FixtureInitClose)
error = EN_addpattern(ph, (char *)"P 2");
BOOST_REQUIRE(error == 252);
error = EN_addpattern(ph, (char *)"P\"2");
error = EN_addpattern(ph, (char *)"\"P2");
BOOST_REQUIRE(error == 252);
error = EN_addpattern(ph, (char *)"P;2");