Skip to content

Commit 29c8475

Browse files
authored
1 parent 16a7c51 commit 29c8475

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

pkgs/html/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: html
2-
version: 0.13.2+2
2+
version: 0.13.3-dev
33
author: Dart Team <[email protected]>
44
description: A library for working with HTML documents. Previously known as html5lib.
55
homepage: https://github.com/dart-lang/html

pkgs/html/test/data/tokenizer/test4.test

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@
152152
"input":"&#4294967361;",
153153
"output":["ParseError", ["Character", "\uFFFD"]]},
154154

155-
{"description":"65-bit hex numeric entity",
156-
"input":"&#x10000000000000041;",
157-
"output":["ParseError", ["Character", "\uFFFD"]]},
158-
159-
{"description":"65-bit decimal numeric entity",
160-
"input":"&#18446744073709551681;",
161-
"output":["ParseError", ["Character", "\uFFFD"]]},
162-
163155
{"description":"Surrogate code point edge cases",
164156
"input":"&#xD7FF;&#xD800;&#xD801;&#xDFFE;&#xDFFF;&#xE000;",
165157
"output":[["Character", "\uD7FF"], "ParseError", ["Character", "\uFFFD"], "ParseError", ["Character", "\uFFFD"], "ParseError", ["Character", "\uFFFD"], "ParseError", ["Character", "\uFFFD\uE000"]]},

0 commit comments

Comments
 (0)