remove test cases. sorry I ment to do this before the first commit
[reactos.git] / reactos / lib / libxml2 / result / HTML / entities.html.err
1 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: expecting ';'
2 <p tst="a&amp;b" tst2="a&b" tst3="a & b">
3 ^
4 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: no name
5 <p tst="a&amp;b" tst2="a&b" tst3="a & b">
6 ^
7 ./test/HTML/entities.html:3: HTML parser error : htmlParseEntityRef: expecting ';'
8 a&b
9 ^
10 ./test/HTML/entities.html:4: HTML parser error : htmlParseEntityRef: no name
11 a & b
12 ^