From 43fc0ca13bf30596aa206edd9511b94a337986ca Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 29 May 2010 22:51:38 +0000 Subject: tests: Added more Xalan tests git-svn-id: http://pugixml.googlecode.com/svn/trunk@467 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_paths.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/test_xpath_paths.cpp') diff --git a/tests/test_xpath_paths.cpp b/tests/test_xpath_paths.cpp index 9de6fb1..2d00c34 100644 --- a/tests/test_xpath_paths.cpp +++ b/tests/test_xpath_paths.cpp @@ -164,7 +164,7 @@ TEST_XML(xpath_paths_axes_descendant_or_self, "") @@ -179,6 +179,8 @@ TEST_XML(xpath_paths_axes_ancestor_or_self, "") @@ -284,6 +286,12 @@ TEST_XML_FLAGS(xpath_paths_nodetest_type, "pcdatapcdata", parse_default | parse_pi | parse_comments) +{ + // $$$ self::* should not select attribute nodes (?) + // $$$ name, * and name:* should check type = elem (?) +} + TEST_XML(xpath_paths_absolute, "") { xml_node c; -- cgit v1.2.3