Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / test_xml_read_args9.res
1 <?xml version="1.0"?><!DOCTYPE student [
2         <!ELEMENT student (#PCDATA)>
3         <!ATTLIST student first CDATA #REQUIRED
4                           last  CDATA #IMPLIED>
5 ]><!-- testing chardata with a string of sample legal char except '<' and '&' nor does it contain sequence "]]>" ---><student first="Snow" last="Man">This is a test</student>