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

These were added recently in ea695ac0 and 8074b881 but were a total mess of symbolic links and apparently mixed up files. Symbolic links don't work on Windows. Try to salvage one of the tests.
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
<grammar xmlns="http://relaxng.org/ns/structure/1.0" >
|
|
<start>
|
|
<element name="foo">
|
|
<attribute>
|
|
<choice>
|
|
<name>alpha</name>
|
|
<name>bravo</name>
|
|
</choice>
|
|
<choice>
|
|
<value>none</value>
|
|
<value>all</value>
|
|
</choice>
|
|
</attribute>
|
|
</element>
|
|
</start>
|
|
</grammar>
|