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

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

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

revision 1.3 by wakaba, Sat Jun 30 13:27:06 2007 UTC revision 1.4 by wakaba, Mon Jul 16 07:03:09 2007 UTC
# Line 122  Line 122 
122    
123  {"description":"Null Byte Replacement",  {"description":"Null Byte Replacement",
124  "input":"\u0000",  "input":"\u0000",
125  "output":["ParseError", ["Character", "\ufffd"]]}  "output":["ParseError", ["Character", "\ufffd"]]},
126    
127    {"description":"Comment with dash",
128    "input":"<!---x",
129    "output":["ParseError", ["Comment", "-x"]]}
130    
131  ]}  ]}
132    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24