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

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

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

revision 1.1 by wakaba, Sun Apr 13 06:44:27 2008 UTC revision 1.2 by wakaba, Sat Oct 4 17:16:02 2008 UTC
# Line 14  Line 14 
14  "input":"<!-- foo -- bar -->",  "input":"<!-- foo -- bar -->",
15  "output":["ParseError",["Comment"," foo - - bar "]]},  "output":["ParseError",["Comment"," foo - - bar "]]},
16    
 {"description":"Colon in attribute name",  
 "input":"a<a b:=''>b",  
 "output":[["Character","a"],["StartTag","a",{}],["Character","b"]]},  
   
17  {"description":"FF between attributes",  {"description":"FF between attributes",
18  "input":"<a b=''\u000Cc=''>",  "input":"<a b=''\u000Cc=''>",
19  "output":[["StartTag","a",{"b":"","c":""}]]},  "output":[["StartTag","a",{"b":"","c":""}]]}
   
 {"description":"Colon in attribute name",  
 "input":"a<a b:=''>b",  
 "output":[["Character","a"],["StartTag","a",{}],["Character","b"]]},  
   
 {"description":"Colon in tag name",  
 "input":"a<a:>b",  
 "output":[["Character","ab"]]}  
   
20  ]}  ]}
21    
22    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24