From 6948d1f171e02558a846e63aa58ffc06547eba87 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 4 Nov 2009 19:23:20 +0000 Subject: tests: Completed function library tests, added namespace axis and variable reference tests git-svn-id: http://pugixml.googlecode.com/svn/trunk@204 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_parse.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/test_xpath_parse.cpp') diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp index 6d9a4e7..5eb23b8 100644 --- a/tests/test_xpath_parse.cpp +++ b/tests/test_xpath_parse.cpp @@ -29,10 +29,14 @@ TEST(xpath_number_parse) TEST(xpath_number_error) { - xml_node c; CHECK_XPATH_FAIL("123a"); CHECK_XPATH_FAIL("123.a"); CHECK_XPATH_FAIL(".123a"); } +TEST(xpath_variables) +{ + CHECK_XPATH_FAIL("$var"); // not implemented +} + #endif -- cgit v1.2.3