mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-16 02:50:07 +03:00
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
|