summaryrefslogtreecommitdiff
path: root/tests/test_xpath_parse.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-29 16:27:46 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-29 16:27:46 +0000
commit1f62a006f121c6412892cac30ce0e74d18c55eb3 (patch)
tree96e36e56b9c37c7639a4190ad220583275411858 /tests/test_xpath_parse.cpp
parent162962a7364a6c39a49f7936adee2a6d0cdb8da5 (diff)
tests: Added more Xalan tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@464 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_xpath_parse.cpp')
-rw-r--r--tests/test_xpath_parse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp
index 6dcd02b..17d89cb 100644
--- a/tests/test_xpath_parse.cpp
+++ b/tests/test_xpath_parse.cpp
@@ -14,7 +14,9 @@ TEST(xpath_literal_parse)
TEST(xpath_literal_error)
{
CHECK_XPATH_FAIL(STR("\""));
+ CHECK_XPATH_FAIL(STR("\"foo"));
CHECK_XPATH_FAIL(STR("\'"));
+ CHECK_XPATH_FAIL(STR("\'bar"));
}
TEST(xpath_number_parse)