summaryrefslogtreecommitdiff
path: root/tests/test_xpath_parse.cpp
diff options
context:
space:
mode:
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)