dtdanalyzer
Version:
A tool for analyzing and manipulating DTDs
23 lines (20 loc) • 689 B
text/xml
<!--
This sample exists to test various unusual and difficult characters inside
text, to make sure JSON escaping is working properly.
-->
<Result>
<ERROR>Test</ERROR>
<ErrorList>
<PhraseNotFound> Leading and trailing whitespace </PhraseNotFound>
<PhraseNotFound>
Some newlines
</PhraseNotFound>
<PhraseNotFound> Newlines and carriage returns, too! </PhraseNotFound>
<PhraseNotFound> A 	 tab. </PhraseNotFound>
<PhraseNotFound>
Some "quote" characters, a backslash: \, and a unicode snowman: ☃
</PhraseNotFound>
</ErrorList>
</Result>