start xsd tests
This commit is contained in:
parent
ccef0dfbce
commit
a6d223d0e8
3
tests/flags/xsd/.fixture/fail
Executable file
3
tests/flags/xsd/.fixture/fail
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exit 1
|
3
tests/flags/xsd/.fixture/pass
Executable file
3
tests/flags/xsd/.fixture/pass
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exit
|
3
tests/flags/xsd/produces xml
Executable file
3
tests/flags/xsd/produces xml
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
../../../urchin .fixture | grep 'http://www.w3.org/2001/XMLSchema'
|
Loading…
Reference in New Issue
Block a user