diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-11-08 12:25:56 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-11-08 12:25:56 +0000 |
commit | e3293a8baa1294e51bfcd6d3fc0cb7cee756ee7c (patch) | |
tree | a7664790f661de6b7bf40a909076450d2d57eb0d /tests/test_xpath_parse.cpp | |
parent | 19ac9fab402a338acb42e220132eed7aa3554354 (diff) |
tests: Mostly complete coverage of XPath W3C
git-svn-id: http://pugixml.googlecode.com/svn/trunk@217 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_xpath_parse.cpp')
-rw-r--r-- | tests/test_xpath_parse.cpp | 5 |
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
|