mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-20 18:50:08 +03:00
tests: Try to fix RelaxNG test cases
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.
This commit is contained in:
parent
8cd563174a
commit
f0df3e6d00
1
result/relaxng/ambig_name-class_0.err
Normal file
1
result/relaxng/ambig_name-class_0.err
Normal file
@ -0,0 +1 @@
|
||||
./test/relaxng/ambig_name-class_0.xml validates
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user