]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgo/go/html/testdata/webkit/comments01.dat
Add Go frontend, libgo library, and Go testsuite.
[thirdparty/gcc.git] / libgo / go / html / testdata / webkit / comments01.dat
1 #data
2 FOO<!-- BAR -->BAZ
3 #errors
4 #document
5 | <html>
6 | <head>
7 | <body>
8 | "FOO"
9 | <!-- BAR -->
10 | "BAZ"
11
12 #data
13 FOO<!-- BAR --!>BAZ
14 #errors
15 #document
16 | <html>
17 | <head>
18 | <body>
19 | "FOO"
20 | <!-- BAR -->
21 | "BAZ"
22
23 #data
24 FOO<!-- BAR -- >BAZ
25 #errors
26 #document
27 | <html>
28 | <head>
29 | <body>
30 | "FOO"
31 | <!-- BAR -- -->
32 | "BAZ"
33
34 #data
35 FOO<!-- BAR -- <QUX> -- MUX -->BAZ
36 #errors
37 #document
38 | <html>
39 | <head>
40 | <body>
41 | "FOO"
42 | <!-- BAR -- <QUX> -- MUX -->
43 | "BAZ"
44
45 #data
46 FOO<!-- BAR -- <QUX> -- MUX --!>BAZ
47 #errors
48 #document
49 | <html>
50 | <head>
51 | <body>
52 | "FOO"
53 | <!-- BAR -- <QUX> -- MUX -->
54 | "BAZ"
55
56 #data
57 FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
58 #errors
59 #document
60 | <html>
61 | <head>
62 | <body>
63 | "FOO"
64 | <!-- BAR -- <QUX> -- MUX -- -->
65 | "BAZ"
66
67 #data
68 FOO<!---->BAZ
69 #errors
70 #document
71 | <html>
72 | <head>
73 | <body>
74 | "FOO"
75 | <!-- -->
76 | "BAZ"
77
78 #data
79 FOO<!--->BAZ
80 #errors
81 #document
82 | <html>
83 | <head>
84 | <body>
85 | "FOO"
86 | <!-- -->
87 | "BAZ"
88
89 #data
90 FOO<!-->BAZ
91 #errors
92 #document
93 | <html>
94 | <head>
95 | <body>
96 | "FOO"
97 | <!-- -->
98 | "BAZ"
99
100 #data
101 <?xml version="1.0">Hi
102 #errors
103 #document
104 | <!-- ?xml version="1.0" -->
105 | <html>
106 | <head>
107 | <body>
108 | "Hi"
109
110 #data
111 <?xml version="1.0">
112 #errors
113 #document
114 | <!-- ?xml version="1.0" -->
115 | <html>
116 | <head>
117 | <body>
118
119 #data
120 <?xml version
121 #errors
122 #document
123 | <!-- ?xml version -->
124 | <html>
125 | <head>
126 | <body>