From f02208b12f774c2c32a0ba7d92bfb8a7b527169e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 8 Nov 2009 16:15:05 +0000 Subject: tests: Final coverage improvements git-svn-id: http://pugixml.googlecode.com/svn/trunk@229 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_parse.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/test_xpath_parse.cpp') diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp index 38032ea..8eee552 100644 --- a/tests/test_xpath_parse.cpp +++ b/tests/test_xpath_parse.cpp @@ -48,6 +48,7 @@ TEST(xpath_empty_expression) TEST(xpath_lexer_error) { CHECK_XPATH_FAIL("!"); + CHECK_XPATH_FAIL("&"); } TEST(xpath_unmatched_braces) @@ -65,6 +66,12 @@ TEST(xpath_incorrect_step) { CHECK_XPATH_FAIL("child::1"); CHECK_XPATH_FAIL("something::*"); + CHECK_XPATH_FAIL("a::*"); + CHECK_XPATH_FAIL("c::*"); + CHECK_XPATH_FAIL("d::*"); + CHECK_XPATH_FAIL("f::*"); + CHECK_XPATH_FAIL("n::*"); + CHECK_XPATH_FAIL("p::*"); } TEST(xpath_semantics_error) -- cgit v1.2.3