mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* pattern.c xmllint.c: fixed implementation for | * test/pattern/conj.* result/pattern/conj: added a specific regression test Daniel
14 lines
116 B
XML
14 lines
116 B
XML
<a>
|
|
<b>
|
|
<c><b/></c>
|
|
<c>
|
|
<b/>
|
|
<c><b/></c>
|
|
</c>
|
|
</b>
|
|
<c>
|
|
<b>
|
|
</b>
|
|
</c>
|
|
</a>
|