From 1f62a006f121c6412892cac30ce0e74d18c55eb3 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 29 May 2010 16:27:46 +0000 Subject: tests: Added more Xalan tests git-svn-id: http://pugixml.googlecode.com/svn/trunk@464 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_parse.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_xpath_parse.cpp') 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) -- cgit v1.2.3