/[suikacvs]/markup/html/whatpm/t/tokenizer/test4.test
Suika

Diff of /markup/html/whatpm/t/tokenizer/test4.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon Jul 16 07:03:09 2007 UTC revision 1.2 by wakaba, Sat Aug 25 03:04:24 2007 UTC
# Line 173  Line 173 
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  ]}  ]}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24