parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #data
michael@0 2 <div bar="ZZ&gt;YY"></div>
michael@0 3 #errors
michael@0 4 (1,20): expected-doctype-but-got-start-tag
michael@0 5 #document
michael@0 6 | <html>
michael@0 7 | <head>
michael@0 8 | <body>
michael@0 9 | <div>
michael@0 10 | bar="ZZ>YY"
michael@0 11
michael@0 12 #data
michael@0 13 <div bar="ZZ&"></div>
michael@0 14 #errors
michael@0 15 (1,15): expected-doctype-but-got-start-tag
michael@0 16 #document
michael@0 17 | <html>
michael@0 18 | <head>
michael@0 19 | <body>
michael@0 20 | <div>
michael@0 21 | bar="ZZ&"
michael@0 22
michael@0 23 #data
michael@0 24 <div bar='ZZ&'></div>
michael@0 25 #errors
michael@0 26 (1,15): expected-doctype-but-got-start-tag
michael@0 27 #document
michael@0 28 | <html>
michael@0 29 | <head>
michael@0 30 | <body>
michael@0 31 | <div>
michael@0 32 | bar="ZZ&"
michael@0 33
michael@0 34 #data
michael@0 35 <div bar=ZZ&></div>
michael@0 36 #errors
michael@0 37 (1,13): expected-doctype-but-got-start-tag
michael@0 38 #document
michael@0 39 | <html>
michael@0 40 | <head>
michael@0 41 | <body>
michael@0 42 | <div>
michael@0 43 | bar="ZZ&"
michael@0 44
michael@0 45 #data
michael@0 46 <div bar="ZZ&gt=YY"></div>
michael@0 47 #errors
michael@0 48 (1,15): named-entity-without-semicolon
michael@0 49 (1,20): expected-doctype-but-got-start-tag
michael@0 50 #document
michael@0 51 | <html>
michael@0 52 | <head>
michael@0 53 | <body>
michael@0 54 | <div>
michael@0 55 | bar="ZZ&gt=YY"
michael@0 56
michael@0 57 #data
michael@0 58 <div bar="ZZ&gt0YY"></div>
michael@0 59 #errors
michael@0 60 (1,20): expected-doctype-but-got-start-tag
michael@0 61 #document
michael@0 62 | <html>
michael@0 63 | <head>
michael@0 64 | <body>
michael@0 65 | <div>
michael@0 66 | bar="ZZ&gt0YY"
michael@0 67
michael@0 68 #data
michael@0 69 <div bar="ZZ&gt9YY"></div>
michael@0 70 #errors
michael@0 71 (1,20): expected-doctype-but-got-start-tag
michael@0 72 #document
michael@0 73 | <html>
michael@0 74 | <head>
michael@0 75 | <body>
michael@0 76 | <div>
michael@0 77 | bar="ZZ&gt9YY"
michael@0 78
michael@0 79 #data
michael@0 80 <div bar="ZZ&gtaYY"></div>
michael@0 81 #errors
michael@0 82 (1,20): expected-doctype-but-got-start-tag
michael@0 83 #document
michael@0 84 | <html>
michael@0 85 | <head>
michael@0 86 | <body>
michael@0 87 | <div>
michael@0 88 | bar="ZZ&gtaYY"
michael@0 89
michael@0 90 #data
michael@0 91 <div bar="ZZ&gtZYY"></div>
michael@0 92 #errors
michael@0 93 (1,20): expected-doctype-but-got-start-tag
michael@0 94 #document
michael@0 95 | <html>
michael@0 96 | <head>
michael@0 97 | <body>
michael@0 98 | <div>
michael@0 99 | bar="ZZ&gtZYY"
michael@0 100
michael@0 101 #data
michael@0 102 <div bar="ZZ&gt YY"></div>
michael@0 103 #errors
michael@0 104 (1,15): named-entity-without-semicolon
michael@0 105 (1,20): expected-doctype-but-got-start-tag
michael@0 106 #document
michael@0 107 | <html>
michael@0 108 | <head>
michael@0 109 | <body>
michael@0 110 | <div>
michael@0 111 | bar="ZZ> YY"
michael@0 112
michael@0 113 #data
michael@0 114 <div bar="ZZ&gt"></div>
michael@0 115 #errors
michael@0 116 (1,15): named-entity-without-semicolon
michael@0 117 (1,17): expected-doctype-but-got-start-tag
michael@0 118 #document
michael@0 119 | <html>
michael@0 120 | <head>
michael@0 121 | <body>
michael@0 122 | <div>
michael@0 123 | bar="ZZ>"
michael@0 124
michael@0 125 #data
michael@0 126 <div bar='ZZ&gt'></div>
michael@0 127 #errors
michael@0 128 (1,15): named-entity-without-semicolon
michael@0 129 (1,17): expected-doctype-but-got-start-tag
michael@0 130 #document
michael@0 131 | <html>
michael@0 132 | <head>
michael@0 133 | <body>
michael@0 134 | <div>
michael@0 135 | bar="ZZ>"
michael@0 136
michael@0 137 #data
michael@0 138 <div bar=ZZ&gt></div>
michael@0 139 #errors
michael@0 140 (1,14): named-entity-without-semicolon
michael@0 141 (1,15): expected-doctype-but-got-start-tag
michael@0 142 #document
michael@0 143 | <html>
michael@0 144 | <head>
michael@0 145 | <body>
michael@0 146 | <div>
michael@0 147 | bar="ZZ>"
michael@0 148
michael@0 149 #data
michael@0 150 <div bar="ZZ&pound_id=23"></div>
michael@0 151 #errors
michael@0 152 (1,18): named-entity-without-semicolon
michael@0 153 (1,26): expected-doctype-but-got-start-tag
michael@0 154 #document
michael@0 155 | <html>
michael@0 156 | <head>
michael@0 157 | <body>
michael@0 158 | <div>
michael@0 159 | bar="ZZ£_id=23"
michael@0 160
michael@0 161 #data
michael@0 162 <div bar="ZZ&prod_id=23"></div>
michael@0 163 #errors
michael@0 164 (1,25): expected-doctype-but-got-start-tag
michael@0 165 #document
michael@0 166 | <html>
michael@0 167 | <head>
michael@0 168 | <body>
michael@0 169 | <div>
michael@0 170 | bar="ZZ&prod_id=23"
michael@0 171
michael@0 172 #data
michael@0 173 <div bar="ZZ&pound;_id=23"></div>
michael@0 174 #errors
michael@0 175 (1,27): expected-doctype-but-got-start-tag
michael@0 176 #document
michael@0 177 | <html>
michael@0 178 | <head>
michael@0 179 | <body>
michael@0 180 | <div>
michael@0 181 | bar="ZZ£_id=23"
michael@0 182
michael@0 183 #data
michael@0 184 <div bar="ZZ&prod;_id=23"></div>
michael@0 185 #errors
michael@0 186 (1,26): expected-doctype-but-got-start-tag
michael@0 187 #document
michael@0 188 | <html>
michael@0 189 | <head>
michael@0 190 | <body>
michael@0 191 | <div>
michael@0 192 | bar="ZZ∏_id=23"
michael@0 193
michael@0 194 #data
michael@0 195 <div bar="ZZ&pound=23"></div>
michael@0 196 #errors
michael@0 197 (1,18): named-entity-without-semicolon
michael@0 198 (1,23): expected-doctype-but-got-start-tag
michael@0 199 #document
michael@0 200 | <html>
michael@0 201 | <head>
michael@0 202 | <body>
michael@0 203 | <div>
michael@0 204 | bar="ZZ&pound=23"
michael@0 205
michael@0 206 #data
michael@0 207 <div bar="ZZ&prod=23"></div>
michael@0 208 #errors
michael@0 209 (1,22): expected-doctype-but-got-start-tag
michael@0 210 #document
michael@0 211 | <html>
michael@0 212 | <head>
michael@0 213 | <body>
michael@0 214 | <div>
michael@0 215 | bar="ZZ&prod=23"
michael@0 216
michael@0 217 #data
michael@0 218 <div>ZZ&pound_id=23</div>
michael@0 219 #errors
michael@0 220 (1,5): expected-doctype-but-got-start-tag
michael@0 221 (1,13): named-entity-without-semicolon
michael@0 222 #document
michael@0 223 | <html>
michael@0 224 | <head>
michael@0 225 | <body>
michael@0 226 | <div>
michael@0 227 | "ZZ£_id=23"
michael@0 228
michael@0 229 #data
michael@0 230 <div>ZZ&prod_id=23</div>
michael@0 231 #errors
michael@0 232 (1,5): expected-doctype-but-got-start-tag
michael@0 233 #document
michael@0 234 | <html>
michael@0 235 | <head>
michael@0 236 | <body>
michael@0 237 | <div>
michael@0 238 | "ZZ&prod_id=23"
michael@0 239
michael@0 240 #data
michael@0 241 <div>ZZ&pound;_id=23</div>
michael@0 242 #errors
michael@0 243 (1,5): expected-doctype-but-got-start-tag
michael@0 244 #document
michael@0 245 | <html>
michael@0 246 | <head>
michael@0 247 | <body>
michael@0 248 | <div>
michael@0 249 | "ZZ£_id=23"
michael@0 250
michael@0 251 #data
michael@0 252 <div>ZZ&prod;_id=23</div>
michael@0 253 #errors
michael@0 254 (1,5): expected-doctype-but-got-start-tag
michael@0 255 #document
michael@0 256 | <html>
michael@0 257 | <head>
michael@0 258 | <body>
michael@0 259 | <div>
michael@0 260 | "ZZ∏_id=23"
michael@0 261
michael@0 262 #data
michael@0 263 <div>ZZ&pound=23</div>
michael@0 264 #errors
michael@0 265 (1,5): expected-doctype-but-got-start-tag
michael@0 266 (1,13): named-entity-without-semicolon
michael@0 267 #document
michael@0 268 | <html>
michael@0 269 | <head>
michael@0 270 | <body>
michael@0 271 | <div>
michael@0 272 | "ZZ£=23"
michael@0 273
michael@0 274 #data
michael@0 275 <div>ZZ&prod=23</div>
michael@0 276 #errors
michael@0 277 (1,5): expected-doctype-but-got-start-tag
michael@0 278 #document
michael@0 279 | <html>
michael@0 280 | <head>
michael@0 281 | <body>
michael@0 282 | <div>
michael@0 283 | "ZZ&prod=23"

mercurial