{
    "tests": [
        {
            "fragmentContext": null,
            "description": "<body><table>\\u0000filler\\u0000text\\u0000",
            "input": "<body><table>\u0000filler\u0000text\u0000",
            "output": [
                [
                    "StartTag",
                    "body",
                    {}
                ],
                [
                    "StartTag",
                    "table",
                    {}
                ],
                [
                    "Character",
                    "\u0000filler\u0000text\u0000"
                ]
            ]
        }
    ]
}