Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / test_xml_read_args14.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 empty string ---><student first="Snow"></student>