Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 1d0f7ad

Browse files
author
Kasimier T. Buchcik
committed
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.
1 parent 43ceb1e commit 1d0f7ad

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <[email protected]>
2+
3+
* result/pattern/namespaces: Adjusted the result of a
4+
regression test, since the fix of xmlGetNodePath() revealed a
5+
bug in this test result.
6+
17
Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <[email protected]>
28

39
* tree.c: Got rid of a compiler warning in xmlGetNodePath().

Diff for: result/pattern/namespaces

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Node /a matches pattern //a
22
Node /a/b:b/a matches pattern //a
3-
Node /a/a/a matches pattern //a
3+
Node /a/*[4]/a matches pattern //a
44
Node /a/a:a matches pattern //a:a
55
Node /a/b:b/a/a:a matches pattern //a:a
6-
Node /a/a matches pattern //a:a
6+
Node /a/*[4] matches pattern //a:a
77
Node /a/c:a matches pattern //a:a
88
Node /a/b matches pattern //b
99
Node /a/a:a/b:b matches pattern //b:b
1010
Node /a/b:b matches pattern //b:b
1111
Node /a/b:b/a/a:a/b:b matches pattern //b:b
1212
Node /a/b:b/a matches pattern /a//a
13-
Node /a/a/a matches pattern /a//a
13+
Node /a/*[4]/a matches pattern /a//a
1414
Node /a/b matches pattern /a/b
1515
Node /a/a:a matches pattern /a/a:a
16-
Node /a/a matches pattern /a/a:a
16+
Node /a/*[4] matches pattern /a/a:a
1717
Node /a/c:a matches pattern /a/a:a
1818
Node /a/a:a matches pattern /a/c:a
19-
Node /a/a matches pattern /a/c:a
19+
Node /a/*[4] matches pattern /a/c:a
2020
Node /a/c:a matches pattern /a/c:a

0 commit comments

Comments
 (0)