• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "tests": [
3        {
4            "description": "<body><table>\\u0000filler\\u0000text\\u0000",
5            "input": "<body><table>\u0000filler\u0000text\u0000",
6            "output": [
7                [
8                    "StartTag",
9                    "body",
10                    {}
11                ],
12                [
13                    "StartTag",
14                    "table",
15                    {}
16                ],
17                [
18                    "Character",
19                    "\u0000filler\u0000text\u0000"
20                ]
21            ]
22        }
23    ]
24}