This commit is contained in:
michaeltryby
2019-04-22 13:36:44 -04:00
22 changed files with 243 additions and 276 deletions

View File

@@ -200,7 +200,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");