flutter_flutter/tests/parser/entity-expected.txt

20 lines
337 B
Plaintext
Raw Blame History

<html>
<link rel="import" href="../resources/dump-as-markup.sky"></link>
<body>
<div>aaa'bbb</div>
<div>&lt;</div>
<div>aaa<61>bbb</div>
<div foo="bar ">A</div>
<div>&amp;</div>
<div>&amp;#</div>
<div>&amp;#x</div>
<div>&amp;#x41</div>
<div>&amp;;</div>
<div>&amp;#;</div>
<div>&amp;#x;</div>
<div>A</div>
<div><3E></div>
</body>
</html>