parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities01.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 FOO&gt;BAR
michael@0 3 #errors
michael@0 4 (1,3): expected-doctype-but-got-chars
michael@0 5 #document
michael@0 6 | <html>
michael@0 7 | <head>
michael@0 8 | <body>
michael@0 9 | "FOO>BAR"
michael@0 10
michael@0 11 #data
michael@0 12 FOO&gtBAR
michael@0 13 #errors
michael@0 14 (1,3): expected-doctype-but-got-chars
michael@0 15 (1,6): named-entity-without-semicolon
michael@0 16 #document
michael@0 17 | <html>
michael@0 18 | <head>
michael@0 19 | <body>
michael@0 20 | "FOO>BAR"
michael@0 21
michael@0 22 #data
michael@0 23 FOO&gt BAR
michael@0 24 #errors
michael@0 25 (1,3): expected-doctype-but-got-chars
michael@0 26 (1,6): named-entity-without-semicolon
michael@0 27 #document
michael@0 28 | <html>
michael@0 29 | <head>
michael@0 30 | <body>
michael@0 31 | "FOO> BAR"
michael@0 32
michael@0 33 #data
michael@0 34 FOO&gt;;;BAR
michael@0 35 #errors
michael@0 36 (1,3): expected-doctype-but-got-chars
michael@0 37 #document
michael@0 38 | <html>
michael@0 39 | <head>
michael@0 40 | <body>
michael@0 41 | "FOO>;;BAR"
michael@0 42
michael@0 43 #data
michael@0 44 I'm &notit; I tell you
michael@0 45 #errors
michael@0 46 (1,4): expected-doctype-but-got-chars
michael@0 47 (1,9): named-entity-without-semicolon
michael@0 48 #document
michael@0 49 | <html>
michael@0 50 | <head>
michael@0 51 | <body>
michael@0 52 | "I'm ¬it; I tell you"
michael@0 53
michael@0 54 #data
michael@0 55 I'm &notin; I tell you
michael@0 56 #errors
michael@0 57 (1,4): expected-doctype-but-got-chars
michael@0 58 #document
michael@0 59 | <html>
michael@0 60 | <head>
michael@0 61 | <body>
michael@0 62 | "I'm ∉ I tell you"
michael@0 63
michael@0 64 #data
michael@0 65 FOO& BAR
michael@0 66 #errors
michael@0 67 (1,3): expected-doctype-but-got-chars
michael@0 68 #document
michael@0 69 | <html>
michael@0 70 | <head>
michael@0 71 | <body>
michael@0 72 | "FOO& BAR"
michael@0 73
michael@0 74 #data
michael@0 75 FOO&<BAR>
michael@0 76 #errors
michael@0 77 (1,3): expected-doctype-but-got-chars
michael@0 78 (1,9): expected-closing-tag-but-got-eof
michael@0 79 #document
michael@0 80 | <html>
michael@0 81 | <head>
michael@0 82 | <body>
michael@0 83 | "FOO&"
michael@0 84 | <bar>
michael@0 85
michael@0 86 #data
michael@0 87 FOO&&&&gt;BAR
michael@0 88 #errors
michael@0 89 (1,3): expected-doctype-but-got-chars
michael@0 90 #document
michael@0 91 | <html>
michael@0 92 | <head>
michael@0 93 | <body>
michael@0 94 | "FOO&&&>BAR"
michael@0 95
michael@0 96 #data
michael@0 97 FOO&#41;BAR
michael@0 98 #errors
michael@0 99 (1,3): expected-doctype-but-got-chars
michael@0 100 #document
michael@0 101 | <html>
michael@0 102 | <head>
michael@0 103 | <body>
michael@0 104 | "FOO)BAR"
michael@0 105
michael@0 106 #data
michael@0 107 FOO&#x41;BAR
michael@0 108 #errors
michael@0 109 (1,3): expected-doctype-but-got-chars
michael@0 110 #document
michael@0 111 | <html>
michael@0 112 | <head>
michael@0 113 | <body>
michael@0 114 | "FOOABAR"
michael@0 115
michael@0 116 #data
michael@0 117 FOO&#X41;BAR
michael@0 118 #errors
michael@0 119 (1,3): expected-doctype-but-got-chars
michael@0 120 #document
michael@0 121 | <html>
michael@0 122 | <head>
michael@0 123 | <body>
michael@0 124 | "FOOABAR"
michael@0 125
michael@0 126 #data
michael@0 127 FOO&#BAR
michael@0 128 #errors
michael@0 129 (1,3): expected-doctype-but-got-chars
michael@0 130 (1,5): expected-numeric-entity
michael@0 131 #document
michael@0 132 | <html>
michael@0 133 | <head>
michael@0 134 | <body>
michael@0 135 | "FOO&#BAR"
michael@0 136
michael@0 137 #data
michael@0 138 FOO&#ZOO
michael@0 139 #errors
michael@0 140 (1,3): expected-doctype-but-got-chars
michael@0 141 (1,5): expected-numeric-entity
michael@0 142 #document
michael@0 143 | <html>
michael@0 144 | <head>
michael@0 145 | <body>
michael@0 146 | "FOO&#ZOO"
michael@0 147
michael@0 148 #data
michael@0 149 FOO&#xBAR
michael@0 150 #errors
michael@0 151 (1,3): expected-doctype-but-got-chars
michael@0 152 (1,7): expected-numeric-entity
michael@0 153 #document
michael@0 154 | <html>
michael@0 155 | <head>
michael@0 156 | <body>
michael@0 157 | "FOOºR"
michael@0 158
michael@0 159 #data
michael@0 160 FOO&#xZOO
michael@0 161 #errors
michael@0 162 (1,3): expected-doctype-but-got-chars
michael@0 163 (1,6): expected-numeric-entity
michael@0 164 #document
michael@0 165 | <html>
michael@0 166 | <head>
michael@0 167 | <body>
michael@0 168 | "FOO&#xZOO"
michael@0 169
michael@0 170 #data
michael@0 171 FOO&#XZOO
michael@0 172 #errors
michael@0 173 (1,3): expected-doctype-but-got-chars
michael@0 174 (1,6): expected-numeric-entity
michael@0 175 #document
michael@0 176 | <html>
michael@0 177 | <head>
michael@0 178 | <body>
michael@0 179 | "FOO&#XZOO"
michael@0 180
michael@0 181 #data
michael@0 182 FOO&#41BAR
michael@0 183 #errors
michael@0 184 (1,3): expected-doctype-but-got-chars
michael@0 185 (1,7): numeric-entity-without-semicolon
michael@0 186 #document
michael@0 187 | <html>
michael@0 188 | <head>
michael@0 189 | <body>
michael@0 190 | "FOO)BAR"
michael@0 191
michael@0 192 #data
michael@0 193 FOO&#x41BAR
michael@0 194 #errors
michael@0 195 (1,3): expected-doctype-but-got-chars
michael@0 196 (1,10): numeric-entity-without-semicolon
michael@0 197 #document
michael@0 198 | <html>
michael@0 199 | <head>
michael@0 200 | <body>
michael@0 201 | "FOO䆺R"
michael@0 202
michael@0 203 #data
michael@0 204 FOO&#x41ZOO
michael@0 205 #errors
michael@0 206 (1,3): expected-doctype-but-got-chars
michael@0 207 (1,8): numeric-entity-without-semicolon
michael@0 208 #document
michael@0 209 | <html>
michael@0 210 | <head>
michael@0 211 | <body>
michael@0 212 | "FOOAZOO"
michael@0 213
michael@0 214 #data
michael@0 215 FOO&#x0000;ZOO
michael@0 216 #errors
michael@0 217 (1,3): expected-doctype-but-got-chars
michael@0 218 (1,11): illegal-codepoint-for-numeric-entity
michael@0 219 #document
michael@0 220 | <html>
michael@0 221 | <head>
michael@0 222 | <body>
michael@0 223 | "FOO�ZOO"
michael@0 224
michael@0 225 #data
michael@0 226 FOO&#x0078;ZOO
michael@0 227 #errors
michael@0 228 (1,3): expected-doctype-but-got-chars
michael@0 229 #document
michael@0 230 | <html>
michael@0 231 | <head>
michael@0 232 | <body>
michael@0 233 | "FOOxZOO"
michael@0 234
michael@0 235 #data
michael@0 236 FOO&#x0079;ZOO
michael@0 237 #errors
michael@0 238 (1,3): expected-doctype-but-got-chars
michael@0 239 #document
michael@0 240 | <html>
michael@0 241 | <head>
michael@0 242 | <body>
michael@0 243 | "FOOyZOO"
michael@0 244
michael@0 245 #data
michael@0 246 FOO&#x0080;ZOO
michael@0 247 #errors
michael@0 248 (1,3): expected-doctype-but-got-chars
michael@0 249 (1,11): illegal-codepoint-for-numeric-entity
michael@0 250 #document
michael@0 251 | <html>
michael@0 252 | <head>
michael@0 253 | <body>
michael@0 254 | "FOO€ZOO"
michael@0 255
michael@0 256 #data
michael@0 257 FOO&#x0081;ZOO
michael@0 258 #errors
michael@0 259 (1,3): expected-doctype-but-got-chars
michael@0 260 (1,11): illegal-codepoint-for-numeric-entity
michael@0 261 #document
michael@0 262 | <html>
michael@0 263 | <head>
michael@0 264 | <body>
michael@0 265 | "FOOZOO"
michael@0 266
michael@0 267 #data
michael@0 268 FOO&#x0082;ZOO
michael@0 269 #errors
michael@0 270 (1,3): expected-doctype-but-got-chars
michael@0 271 (1,11): illegal-codepoint-for-numeric-entity
michael@0 272 #document
michael@0 273 | <html>
michael@0 274 | <head>
michael@0 275 | <body>
michael@0 276 | "FOO‚ZOO"
michael@0 277
michael@0 278 #data
michael@0 279 FOO&#x0083;ZOO
michael@0 280 #errors
michael@0 281 (1,3): expected-doctype-but-got-chars
michael@0 282 (1,11): illegal-codepoint-for-numeric-entity
michael@0 283 #document
michael@0 284 | <html>
michael@0 285 | <head>
michael@0 286 | <body>
michael@0 287 | "FOOƒZOO"
michael@0 288
michael@0 289 #data
michael@0 290 FOO&#x0084;ZOO
michael@0 291 #errors
michael@0 292 (1,3): expected-doctype-but-got-chars
michael@0 293 (1,11): illegal-codepoint-for-numeric-entity
michael@0 294 #document
michael@0 295 | <html>
michael@0 296 | <head>
michael@0 297 | <body>
michael@0 298 | "FOO„ZOO"
michael@0 299
michael@0 300 #data
michael@0 301 FOO&#x0085;ZOO
michael@0 302 #errors
michael@0 303 (1,3): expected-doctype-but-got-chars
michael@0 304 (1,11): illegal-codepoint-for-numeric-entity
michael@0 305 #document
michael@0 306 | <html>
michael@0 307 | <head>
michael@0 308 | <body>
michael@0 309 | "FOO…ZOO"
michael@0 310
michael@0 311 #data
michael@0 312 FOO&#x0086;ZOO
michael@0 313 #errors
michael@0 314 (1,3): expected-doctype-but-got-chars
michael@0 315 (1,11): illegal-codepoint-for-numeric-entity
michael@0 316 #document
michael@0 317 | <html>
michael@0 318 | <head>
michael@0 319 | <body>
michael@0 320 | "FOO†ZOO"
michael@0 321
michael@0 322 #data
michael@0 323 FOO&#x0087;ZOO
michael@0 324 #errors
michael@0 325 (1,3): expected-doctype-but-got-chars
michael@0 326 (1,11): illegal-codepoint-for-numeric-entity
michael@0 327 #document
michael@0 328 | <html>
michael@0 329 | <head>
michael@0 330 | <body>
michael@0 331 | "FOO‡ZOO"
michael@0 332
michael@0 333 #data
michael@0 334 FOO&#x0088;ZOO
michael@0 335 #errors
michael@0 336 (1,3): expected-doctype-but-got-chars
michael@0 337 (1,11): illegal-codepoint-for-numeric-entity
michael@0 338 #document
michael@0 339 | <html>
michael@0 340 | <head>
michael@0 341 | <body>
michael@0 342 | "FOOˆZOO"
michael@0 343
michael@0 344 #data
michael@0 345 FOO&#x0089;ZOO
michael@0 346 #errors
michael@0 347 (1,3): expected-doctype-but-got-chars
michael@0 348 (1,11): illegal-codepoint-for-numeric-entity
michael@0 349 #document
michael@0 350 | <html>
michael@0 351 | <head>
michael@0 352 | <body>
michael@0 353 | "FOO‰ZOO"
michael@0 354
michael@0 355 #data
michael@0 356 FOO&#x008A;ZOO
michael@0 357 #errors
michael@0 358 (1,3): expected-doctype-but-got-chars
michael@0 359 (1,11): illegal-codepoint-for-numeric-entity
michael@0 360 #document
michael@0 361 | <html>
michael@0 362 | <head>
michael@0 363 | <body>
michael@0 364 | "FOOŠZOO"
michael@0 365
michael@0 366 #data
michael@0 367 FOO&#x008B;ZOO
michael@0 368 #errors
michael@0 369 (1,3): expected-doctype-but-got-chars
michael@0 370 (1,11): illegal-codepoint-for-numeric-entity
michael@0 371 #document
michael@0 372 | <html>
michael@0 373 | <head>
michael@0 374 | <body>
michael@0 375 | "FOO‹ZOO"
michael@0 376
michael@0 377 #data
michael@0 378 FOO&#x008C;ZOO
michael@0 379 #errors
michael@0 380 (1,3): expected-doctype-but-got-chars
michael@0 381 (1,11): illegal-codepoint-for-numeric-entity
michael@0 382 #document
michael@0 383 | <html>
michael@0 384 | <head>
michael@0 385 | <body>
michael@0 386 | "FOOŒZOO"
michael@0 387
michael@0 388 #data
michael@0 389 FOO&#x008D;ZOO
michael@0 390 #errors
michael@0 391 (1,3): expected-doctype-but-got-chars
michael@0 392 (1,11): illegal-codepoint-for-numeric-entity
michael@0 393 #document
michael@0 394 | <html>
michael@0 395 | <head>
michael@0 396 | <body>
michael@0 397 | "FOOZOO"
michael@0 398
michael@0 399 #data
michael@0 400 FOO&#x008E;ZOO
michael@0 401 #errors
michael@0 402 (1,3): expected-doctype-but-got-chars
michael@0 403 (1,11): illegal-codepoint-for-numeric-entity
michael@0 404 #document
michael@0 405 | <html>
michael@0 406 | <head>
michael@0 407 | <body>
michael@0 408 | "FOOŽZOO"
michael@0 409
michael@0 410 #data
michael@0 411 FOO&#x008F;ZOO
michael@0 412 #errors
michael@0 413 (1,3): expected-doctype-but-got-chars
michael@0 414 (1,11): illegal-codepoint-for-numeric-entity
michael@0 415 #document
michael@0 416 | <html>
michael@0 417 | <head>
michael@0 418 | <body>
michael@0 419 | "FOOZOO"
michael@0 420
michael@0 421 #data
michael@0 422 FOO&#x0090;ZOO
michael@0 423 #errors
michael@0 424 (1,3): expected-doctype-but-got-chars
michael@0 425 (1,11): illegal-codepoint-for-numeric-entity
michael@0 426 #document
michael@0 427 | <html>
michael@0 428 | <head>
michael@0 429 | <body>
michael@0 430 | "FOOZOO"
michael@0 431
michael@0 432 #data
michael@0 433 FOO&#x0091;ZOO
michael@0 434 #errors
michael@0 435 (1,3): expected-doctype-but-got-chars
michael@0 436 (1,11): illegal-codepoint-for-numeric-entity
michael@0 437 #document
michael@0 438 | <html>
michael@0 439 | <head>
michael@0 440 | <body>
michael@0 441 | "FOO‘ZOO"
michael@0 442
michael@0 443 #data
michael@0 444 FOO&#x0092;ZOO
michael@0 445 #errors
michael@0 446 (1,3): expected-doctype-but-got-chars
michael@0 447 (1,11): illegal-codepoint-for-numeric-entity
michael@0 448 #document
michael@0 449 | <html>
michael@0 450 | <head>
michael@0 451 | <body>
michael@0 452 | "FOO’ZOO"
michael@0 453
michael@0 454 #data
michael@0 455 FOO&#x0093;ZOO
michael@0 456 #errors
michael@0 457 (1,3): expected-doctype-but-got-chars
michael@0 458 (1,11): illegal-codepoint-for-numeric-entity
michael@0 459 #document
michael@0 460 | <html>
michael@0 461 | <head>
michael@0 462 | <body>
michael@0 463 | "FOO“ZOO"
michael@0 464
michael@0 465 #data
michael@0 466 FOO&#x0094;ZOO
michael@0 467 #errors
michael@0 468 (1,3): expected-doctype-but-got-chars
michael@0 469 (1,11): illegal-codepoint-for-numeric-entity
michael@0 470 #document
michael@0 471 | <html>
michael@0 472 | <head>
michael@0 473 | <body>
michael@0 474 | "FOO”ZOO"
michael@0 475
michael@0 476 #data
michael@0 477 FOO&#x0095;ZOO
michael@0 478 #errors
michael@0 479 (1,3): expected-doctype-but-got-chars
michael@0 480 (1,11): illegal-codepoint-for-numeric-entity
michael@0 481 #document
michael@0 482 | <html>
michael@0 483 | <head>
michael@0 484 | <body>
michael@0 485 | "FOO•ZOO"
michael@0 486
michael@0 487 #data
michael@0 488 FOO&#x0096;ZOO
michael@0 489 #errors
michael@0 490 (1,3): expected-doctype-but-got-chars
michael@0 491 (1,11): illegal-codepoint-for-numeric-entity
michael@0 492 #document
michael@0 493 | <html>
michael@0 494 | <head>
michael@0 495 | <body>
michael@0 496 | "FOO–ZOO"
michael@0 497
michael@0 498 #data
michael@0 499 FOO&#x0097;ZOO
michael@0 500 #errors
michael@0 501 (1,3): expected-doctype-but-got-chars
michael@0 502 (1,11): illegal-codepoint-for-numeric-entity
michael@0 503 #document
michael@0 504 | <html>
michael@0 505 | <head>
michael@0 506 | <body>
michael@0 507 | "FOO—ZOO"
michael@0 508
michael@0 509 #data
michael@0 510 FOO&#x0098;ZOO
michael@0 511 #errors
michael@0 512 (1,3): expected-doctype-but-got-chars
michael@0 513 (1,11): illegal-codepoint-for-numeric-entity
michael@0 514 #document
michael@0 515 | <html>
michael@0 516 | <head>
michael@0 517 | <body>
michael@0 518 | "FOO˜ZOO"
michael@0 519
michael@0 520 #data
michael@0 521 FOO&#x0099;ZOO
michael@0 522 #errors
michael@0 523 (1,3): expected-doctype-but-got-chars
michael@0 524 (1,11): illegal-codepoint-for-numeric-entity
michael@0 525 #document
michael@0 526 | <html>
michael@0 527 | <head>
michael@0 528 | <body>
michael@0 529 | "FOO™ZOO"
michael@0 530
michael@0 531 #data
michael@0 532 FOO&#x009A;ZOO
michael@0 533 #errors
michael@0 534 (1,3): expected-doctype-but-got-chars
michael@0 535 (1,11): illegal-codepoint-for-numeric-entity
michael@0 536 #document
michael@0 537 | <html>
michael@0 538 | <head>
michael@0 539 | <body>
michael@0 540 | "FOOšZOO"
michael@0 541
michael@0 542 #data
michael@0 543 FOO&#x009B;ZOO
michael@0 544 #errors
michael@0 545 (1,3): expected-doctype-but-got-chars
michael@0 546 (1,11): illegal-codepoint-for-numeric-entity
michael@0 547 #document
michael@0 548 | <html>
michael@0 549 | <head>
michael@0 550 | <body>
michael@0 551 | "FOO›ZOO"
michael@0 552
michael@0 553 #data
michael@0 554 FOO&#x009C;ZOO
michael@0 555 #errors
michael@0 556 (1,3): expected-doctype-but-got-chars
michael@0 557 (1,11): illegal-codepoint-for-numeric-entity
michael@0 558 #document
michael@0 559 | <html>
michael@0 560 | <head>
michael@0 561 | <body>
michael@0 562 | "FOOœZOO"
michael@0 563
michael@0 564 #data
michael@0 565 FOO&#x009D;ZOO
michael@0 566 #errors
michael@0 567 (1,3): expected-doctype-but-got-chars
michael@0 568 (1,11): illegal-codepoint-for-numeric-entity
michael@0 569 #document
michael@0 570 | <html>
michael@0 571 | <head>
michael@0 572 | <body>
michael@0 573 | "FOOZOO"
michael@0 574
michael@0 575 #data
michael@0 576 FOO&#x009E;ZOO
michael@0 577 #errors
michael@0 578 (1,3): expected-doctype-but-got-chars
michael@0 579 (1,11): illegal-codepoint-for-numeric-entity
michael@0 580 #document
michael@0 581 | <html>
michael@0 582 | <head>
michael@0 583 | <body>
michael@0 584 | "FOOžZOO"
michael@0 585
michael@0 586 #data
michael@0 587 FOO&#x009F;ZOO
michael@0 588 #errors
michael@0 589 (1,3): expected-doctype-but-got-chars
michael@0 590 (1,11): illegal-codepoint-for-numeric-entity
michael@0 591 #document
michael@0 592 | <html>
michael@0 593 | <head>
michael@0 594 | <body>
michael@0 595 | "FOOŸZOO"
michael@0 596
michael@0 597 #data
michael@0 598 FOO&#x00A0;ZOO
michael@0 599 #errors
michael@0 600 (1,3): expected-doctype-but-got-chars
michael@0 601 #document
michael@0 602 | <html>
michael@0 603 | <head>
michael@0 604 | <body>
michael@0 605 | "FOO ZOO"
michael@0 606
michael@0 607 #data
michael@0 608 FOO&#xD7FF;ZOO
michael@0 609 #errors
michael@0 610 (1,3): expected-doctype-but-got-chars
michael@0 611 #document
michael@0 612 | <html>
michael@0 613 | <head>
michael@0 614 | <body>
michael@0 615 | "FOO퟿ZOO"
michael@0 616
michael@0 617 #data
michael@0 618 FOO&#xD800;ZOO
michael@0 619 #errors
michael@0 620 (1,3): expected-doctype-but-got-chars
michael@0 621 (1,11): illegal-codepoint-for-numeric-entity
michael@0 622 #document
michael@0 623 | <html>
michael@0 624 | <head>
michael@0 625 | <body>
michael@0 626 | "FOO�ZOO"
michael@0 627
michael@0 628 #data
michael@0 629 FOO&#xD801;ZOO
michael@0 630 #errors
michael@0 631 (1,3): expected-doctype-but-got-chars
michael@0 632 (1,11): illegal-codepoint-for-numeric-entity
michael@0 633 #document
michael@0 634 | <html>
michael@0 635 | <head>
michael@0 636 | <body>
michael@0 637 | "FOO�ZOO"
michael@0 638
michael@0 639 #data
michael@0 640 FOO&#xDFFE;ZOO
michael@0 641 #errors
michael@0 642 (1,3): expected-doctype-but-got-chars
michael@0 643 (1,11): illegal-codepoint-for-numeric-entity
michael@0 644 #document
michael@0 645 | <html>
michael@0 646 | <head>
michael@0 647 | <body>
michael@0 648 | "FOO�ZOO"
michael@0 649
michael@0 650 #data
michael@0 651 FOO&#xDFFF;ZOO
michael@0 652 #errors
michael@0 653 (1,3): expected-doctype-but-got-chars
michael@0 654 (1,11): illegal-codepoint-for-numeric-entity
michael@0 655 #document
michael@0 656 | <html>
michael@0 657 | <head>
michael@0 658 | <body>
michael@0 659 | "FOO�ZOO"
michael@0 660
michael@0 661 #data
michael@0 662 FOO&#xE000;ZOO
michael@0 663 #errors
michael@0 664 (1,3): expected-doctype-but-got-chars
michael@0 665 #document
michael@0 666 | <html>
michael@0 667 | <head>
michael@0 668 | <body>
michael@0 669 | "FOOZOO"
michael@0 670
michael@0 671 #data
michael@0 672 FOO&#x10FFFE;ZOO
michael@0 673 #errors
michael@0 674 (1,3): expected-doctype-but-got-chars
michael@0 675 (1,13): illegal-codepoint-for-numeric-entity
michael@0 676 #document
michael@0 677 | <html>
michael@0 678 | <head>
michael@0 679 | <body>
michael@0 680 | "FOO􏿾ZOO"
michael@0 681
michael@0 682 #data
michael@0 683 FOO&#x1087D4;ZOO
michael@0 684 #errors
michael@0 685 (1,3): expected-doctype-but-got-chars
michael@0 686 #document
michael@0 687 | <html>
michael@0 688 | <head>
michael@0 689 | <body>
michael@0 690 | "FOO􈟔ZOO"
michael@0 691
michael@0 692 #data
michael@0 693 FOO&#x10FFFF;ZOO
michael@0 694 #errors
michael@0 695 (1,3): expected-doctype-but-got-chars
michael@0 696 (1,13): illegal-codepoint-for-numeric-entity
michael@0 697 #document
michael@0 698 | <html>
michael@0 699 | <head>
michael@0 700 | <body>
michael@0 701 | "FOO􏿿ZOO"
michael@0 702
michael@0 703 #data
michael@0 704 FOO&#x110000;ZOO
michael@0 705 #errors
michael@0 706 (1,3): expected-doctype-but-got-chars
michael@0 707 (1,13): illegal-codepoint-for-numeric-entity
michael@0 708 #document
michael@0 709 | <html>
michael@0 710 | <head>
michael@0 711 | <body>
michael@0 712 | "FOO�ZOO"
michael@0 713
michael@0 714 #data
michael@0 715 FOO&#xFFFFFF;ZOO
michael@0 716 #errors
michael@0 717 (1,3): expected-doctype-but-got-chars
michael@0 718 (1,13): illegal-codepoint-for-numeric-entity
michael@0 719 #document
michael@0 720 | <html>
michael@0 721 | <head>
michael@0 722 | <body>
michael@0 723 | "FOO�ZOO"

mercurial