mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Adjusted the result of a regression test, since the fix of
* result/pattern/namespaces: Adjusted the result of a regression test, since the fix of xmlGetNodePath() revealed a bug in this test result.
This commit is contained in:
parent
43ceb1ec88
commit
1d0f7ad610
@ -1,3 +1,9 @@
|
||||
Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||
|
||||
* result/pattern/namespaces: Adjusted the result of a
|
||||
regression test, since the fix of xmlGetNodePath() revealed a
|
||||
bug in this test result.
|
||||
|
||||
Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||
|
||||
* tree.c: Got rid of a compiler warning in xmlGetNodePath().
|
||||
|
@ -1,20 +1,20 @@
|
||||
Node /a matches pattern //a
|
||||
Node /a/b:b/a matches pattern //a
|
||||
Node /a/a/a matches pattern //a
|
||||
Node /a/*[4]/a matches pattern //a
|
||||
Node /a/a:a matches pattern //a:a
|
||||
Node /a/b:b/a/a:a matches pattern //a:a
|
||||
Node /a/a matches pattern //a:a
|
||||
Node /a/*[4] matches pattern //a:a
|
||||
Node /a/c:a matches pattern //a:a
|
||||
Node /a/b matches pattern //b
|
||||
Node /a/a:a/b:b matches pattern //b:b
|
||||
Node /a/b:b matches pattern //b:b
|
||||
Node /a/b:b/a/a:a/b:b matches pattern //b:b
|
||||
Node /a/b:b/a matches pattern /a//a
|
||||
Node /a/a/a matches pattern /a//a
|
||||
Node /a/*[4]/a matches pattern /a//a
|
||||
Node /a/b matches pattern /a/b
|
||||
Node /a/a:a matches pattern /a/a:a
|
||||
Node /a/a matches pattern /a/a:a
|
||||
Node /a/*[4] matches pattern /a/a:a
|
||||
Node /a/c:a matches pattern /a/a:a
|
||||
Node /a/a:a matches pattern /a/c:a
|
||||
Node /a/a matches pattern /a/c:a
|
||||
Node /a/*[4] matches pattern /a/c:a
|
||||
Node /a/c:a matches pattern /a/c:a
|
||||
|
Loading…
x
Reference in New Issue
Block a user