test: nginx: Adds missing files

This commit is just to circunvent a problem, there is no need to have
those files duplicated in our repository, that will be fixed soon.
This commit is contained in:
Felipe Zimmerle
2014-01-06 19:52:10 -08:00
parent 176396ddc1
commit 21e25c50af
6 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<!-- A stupid Soap DTD example -->
<!ELEMENT Envelope (Header?,Body)>
<!ELEMENT Header (#PCDATA)>
<!ELEMENT Body (getInput)>
<!ELEMENT getInput (id)>
<!ELEMENT id (#PCDATA)>
<!ATTLIST id type CDATA #REQUIRED>