Making a commit now to mark a point in development. Many tests fail
Failures are to do with XML elements with (legitimate) text content. My validator - specifically I think the function adl.validator/disjunct-valid? - is causing spurious validation fails. But just having a battery of unit tests is progress.
This commit is contained in:
parent
38bcacc376
commit
4d6bad7c2a
15 changed files with 2179 additions and 195 deletions
9
resources/test/documentation-only.adl.xml
Normal file
9
resources/test/documentation-only.adl.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE application PUBLIC "-//JOURNEYMAN//DTD ADL 1.4//EN"
|
||||
"http://www.journeyman.cc/adl/stable/adl/schemas/adl-1.4.dtd">
|
||||
<application name='test1' version='0.0.1'>
|
||||
<!--
|
||||
xmlns:h="http://www.w3.org/TR/html4/"
|
||||
xmlns="ttp://www.journeyman.cc/adl/stable/adl/schemas/adl-1.4.dtd" -->
|
||||
<documentation>Some test documentation</documentation>
|
||||
</application>
|
||||
Loading…
Add table
Add a link
Reference in a new issue