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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp
index 5eb23b8..4595b3c 100644
--- a/tests/test_xpath_parse.cpp
+++ b/tests/test_xpath_parse.cpp
@@ -39,4 +39,9 @@ TEST(xpath_variables)
CHECK_XPATH_FAIL("$var"); // not implemented
}
+TEST(xpath_empty_expression)
+{
+ CHECK_XPATH_FAIL("");
+}
+
#endif