mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
tests: Try to fix RelaxNG test cases
These were added recently inea695ac0and8074b881but 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.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
tutorA.rng
|
||||
16
test/relaxng/ambig_name-class.rng
Normal file
16
test/relaxng/ambig_name-class.rng
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
@@ -1,16 +0,0 @@
|
||||
<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>
|
||||
@@ -1 +0,0 @@
|
||||
ambig_name-class.xml
|
||||
Reference in New Issue
Block a user