mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
f9d169142d
* Makefile.am configure.in result/pattern/simple test/pattern/simple.*: added first test for the patterns * pattern.c xmllint.c: a few fixes Daniel
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
Node /a matches pattern a
|
|
Node /a/b matches pattern b
|
|
Node /a/b matches pattern b
|
|
Node /a matches pattern /a
|
|
Node /a/b matches pattern a/b
|
|
Node /a/b/c matches pattern a/b/c
|
|
Node /a matches pattern //a
|
|
Node /a/b matches pattern //b
|
|
Node /a/b/c matches pattern //c
|
|
Node /a/b matches pattern a//b
|
|
Node /a/b/c matches pattern a//c
|
|
Node /a/b/c matches pattern b//c
|