arabica/tests/XPath
2009-03-23 19:08:04 +00:00
..
arithmetic_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
attr_value_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
axis_enumerator_test.hpp fixed for new namespace node constructor 2008-05-28 17:17:12 +00:00
execute_test.hpp In XPath numbers do not have leading +, so, while '-1.5' converts to -1.5, '+1.5' converts to NaN. Weird and counter-intuitive, but in the spec. 2008-11-03 18:29:10 +00:00
expression_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
logical_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
main.cpp return pass/fail to environment 2007-12-08 21:20:28 +00:00
main_silly.cpp return pass/fail to environment 2007-12-08 21:20:28 +00:00
main_wide.cpp return pass/fail to environment 2007-12-08 21:20:28 +00:00
Makefile.am Added tests looking at the behaviour of XPath when dealing with text nodes. I want XPath the evaluate as if the DOM had been normalised, even if it hasn't. That is, consecutive text nodes should be treated as a single node. 2008-09-13 18:36:46 +01:00
match_test.hpp Id and Key match patterns now compile 2009-03-23 19:08:04 +00:00
node_test_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
parse_test.hpp amazingly, the XPath prefix:* didn't compile. I had no test for it, and had overlooked it. fixed 2008-08-09 17:32:28 +01:00
relational_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
step_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
text_node_test.hpp Fixed element value when has consecutive text node descendants 2008-09-19 09:03:19 +01:00
value_test.hpp s/XPathExpressionPtr/XPathExpression/g 2007-10-25 20:42:00 +00:00
xpath_test_suite.hpp Added tests looking at the behaviour of XPath when dealing with text nodes. I want XPath the evaluate as if the DOM had been normalised, even if it hasn't. That is, consecutive text nodes should be treated as a single node. 2008-09-13 18:36:46 +01:00