Last change
on this file since 99257 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
1004 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.startElement(html)
|
---|
4 | SAX.characters(
|
---|
5 | , 3)
|
---|
6 | SAX.startElement(body)
|
---|
7 | SAX.characters(
|
---|
8 | , 5)
|
---|
9 | SAX.startElement(div)
|
---|
10 | SAX.characters(
|
---|
11 | , 7)
|
---|
12 | SAX.startElement(h3)
|
---|
13 | SAX.characters(
|
---|
14 | , 9)
|
---|
15 | SAX.startElement(a, href='https://html.spec.whatwg.org/multipage/parsing.html#parse-error-incorrectly-closed-comment')
|
---|
16 | SAX.characters(
|
---|
17 | Incorrectly closed , 46)
|
---|
18 | SAX.endElement(a)
|
---|
19 | SAX.characters(
|
---|
20 | , 7)
|
---|
21 | SAX.endElement(h3)
|
---|
22 | SAX.characters(
|
---|
23 | , 7)
|
---|
24 | SAX.startElement(div)
|
---|
25 | SAX.characters(
|
---|
26 | , 9)
|
---|
27 | SAX.error: Comment incorrectly closed by '--!>'SAX.comment(incorrectly closed comment)
|
---|
28 | SAX.startElement(span, id='under-test')
|
---|
29 | SAX.characters(whatwg guidance is that this s, 49)
|
---|
30 | SAX.endElement(span)
|
---|
31 | SAX.comment(correctly closed comment)
|
---|
32 | SAX.characters(
|
---|
33 | , 7)
|
---|
34 | SAX.endElement(div)
|
---|
35 | SAX.characters(
|
---|
36 | , 5)
|
---|
37 | SAX.endElement(div)
|
---|
38 | SAX.characters(
|
---|
39 | , 3)
|
---|
40 | SAX.endElement(body)
|
---|
41 | SAX.characters(
|
---|
42 | , 1)
|
---|
43 | SAX.endElement(html)
|
---|
44 | SAX.characters(
|
---|
45 | , 1)
|
---|
46 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.