added other test cases

This commit is contained in:
Chris Cromer 2016-10-21 19:04:58 -03:00
parent 11900ca5cc
commit 5200a2a46a
7 changed files with 67 additions and 1 deletions

11
misc/carlos.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>carlos.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>SAN LUCAS</book>
<chapter>
<name>LUCAS</name>
<number>12-16</number>
</chapter>
</config>

11
misc/enzo.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>enzo.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>SAN JUAN</book>
<chapter>
<name>JUAN</name>
<number>13-17</number>
</chapter>
</config>

11
misc/erwin.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>erwin.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>SAN MARCOS</book>
<chapter>
<name>MARCOS</name>
<number>3-7</number>
</chapter>
</config>

11
misc/martin.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>martin.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>EL APOCALIPSIS De San Juan</book>
<chapter>
<name>APOCALIPSIS</name>
<number>19-22</number>
</chapter>
</config>

11
misc/pablo.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>pablo.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>HECHOS de los Apóstoles</book>
<chapter>
<name>HECHOS</name>
<number>12-16</number>
</chapter>
</config>

11
misc/paula.conf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
<output>paula.xml</output>
<bible>El Santo Evangelio Según</bible>
<book>SAN MATEO</book>
<chapter>
<name>MATEO</name>
<number>1-5</number>
</chapter>
</config>