{ "tests": [ { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", " BAR " ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", " BAR " ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", " BAR -- -- MUX " ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", " BAR -- -- MUX " ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", "" ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", "" ], [ "Character", "BAZ" ] ] }, { "description": "FOOBAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", "" ], [ "Character", "BAZ" ] ] }, { "description": "Hi", "input": "Hi", "output": [ [ "Comment", "?xml version=\"1.0\"" ], [ "Character", "Hi" ] ] }, { "description": "", "input": "", "output": [ [ "Comment", "?xml version=\"1.0\"" ] ] }, { "description": "BAZ", "input": "FOOBAZ", "output": [ [ "Character", "FOO" ], [ "Comment", "-" ], [ "Character", "BAZ" ] ] }, { "description": "Comment before head", "input": "Comment before head", "output": [ [ "StartTag", "html", {} ], [ "Comment", " comment " ], [ "StartTag", "title", {} ], [ "Character", "Comment before head" ], [ "EndTag", "title" ] ] } ] }