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