173 |
|
|
174 |
{"description":"LF CR", |
{"description":"LF CR", |
175 |
"input":"\n\r", |
"input":"\n\r", |
176 |
"output":[["Character", "\n\n"]]} |
"output":[["Character", "\n\n"]]}, |
177 |
|
|
178 |
|
{"description":"text CR CR CR text", |
179 |
|
"input":"text\r\r\rtext", |
180 |
|
"output":[["Character", "text\n\n\ntext"]]}, |
181 |
|
|
182 |
|
{"description":"Doctype publik", |
183 |
|
"input":"<!DOCTYPE html PUBLIK \"AbC\" \"XyZ\">", |
184 |
|
"output":["ParseError", ["DOCTYPE", "html", null, null, false]]}, |
185 |
|
|
186 |
|
{"description":"Doctype publi", |
187 |
|
"input":"<!DOCTYPE html PUBLI", |
188 |
|
"output":["ParseError", "ParseError", ["DOCTYPE", "html", null, null, false]]}, |
189 |
|
|
190 |
|
{"description":"Doctype sistem", |
191 |
|
"input":"<!DOCTYPE html SISTEM \"AbC\">", |
192 |
|
"output":["ParseError", ["DOCTYPE", "html", null, null, false]]}, |
193 |
|
|
194 |
|
{"description":"Doctype sys", |
195 |
|
"input":"<!DOCTYPE html SYS", |
196 |
|
"output":["ParseError", "ParseError", ["DOCTYPE", "html", null, null, false]]} |
197 |
|
|
198 |
]} |
]} |