This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
7
Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <
[email protected] >
2
8
3
9
* tree.c: Got rid of a compiler warning in xmlGetNodePath().
Original file line number Diff line number Diff line change 1
1
Node /a matches pattern //a
2
2
Node /a/b:b/a matches pattern //a
3
- Node /a/a /a matches pattern //a
3
+ Node /a/*[4] /a matches pattern //a
4
4
Node /a/a:a matches pattern //a:a
5
5
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
7
7
Node /a/c:a matches pattern //a:a
8
8
Node /a/b matches pattern //b
9
9
Node /a/a:a/b:b matches pattern //b:b
10
10
Node /a/b:b matches pattern //b:b
11
11
Node /a/b:b/a/a:a/b:b matches pattern //b:b
12
12
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
14
14
Node /a/b matches pattern /a/b
15
15
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
17
17
Node /a/c:a matches pattern /a/a:a
18
18
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
20
20
Node /a/c:a matches pattern /a/c:a
You can’t perform that action at this time.
0 commit comments