tests/sav: Update tests results
[nit.git] / tests / sav / test_xml_read_args1.res
1 <?xml version="1.0" encoding="us-ascii" standalone="yes"?><!-- Above is XMLDecl ---><!DOCTYPE animal [
2 <!ELEMENT animal (cat|tiger|leopard)+>
3 <!ELEMENT cat EMPTY>
4 <!ELEMENT tiger (#PCDATA)>
5 <!ELEMENT leopard ANY>
6 <!ELEMENT small EMPTY>
7 <!ELEMENT big EMPTY>
8 <!ATTLIST tiger color CDATA #REQUIRED>
9 ]><!-- Above is DTD ---><?music  "Here is a PI" ?><animal><cat/><tiger color="white">This is a white tiger in Mirage!!</tiger><cat/><leopard><small/><big/></leopard></animal><!-- Above is element animal --->