mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
fixed test
This commit is contained in:
parent
95a3a42002
commit
27d23630ce
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ public:
|
||||||
|
|
||||||
void test4()
|
void test4()
|
||||||
{
|
{
|
||||||
assertTrue("a:b");
|
assertTrue(is_ncname("a:b"));
|
||||||
} // test4
|
} // test4
|
||||||
|
|
||||||
void test5()
|
void test5()
|
||||||
{
|
{
|
||||||
assertFalse(":b");
|
assertFalse(is_ncname(":b"));
|
||||||
} // test5
|
} // test5
|
||||||
|
|
||||||
}; // class XMLStringTest
|
}; // class XMLStringTest
|
||||||
|
|
Loading…
Add table
Reference in a new issue