[[ "open", "<!--" ]
,[ "text", " <!-- beep boop " ]
,[ "close", "-->" ]
,[ "text", "\n" ]
,[ "open", "<table cols=3>" ]
,[ "text", "\n  " ]
,[ "open", "<tbody>" ]
,[ "text", "blah blah blah" ]
,[ "close", "</tbody>" ]
,[ "text", "\n  " ]
,[ "open", "<tr>" ]
,[ "open", "<td>" ]
,[ "text", "there" ]
,[ "close", "</td>" ]
,[ "close", "</tr>" ]
,[ "text", "\n  " ]
,[ "open", "<tr>" ]
,[ "open", "<td>" ]
,[ "text", "it" ]
,[ "close", "</td>" ]
,[ "close", "</tr>" ]
,[ "text", "\n  " ]
,[ "open", "<tr>" ]
,[ "open", "<td bgcolor=\"blue\">" ]
,[ "text", "is" ]
,[ "close", "</td>" ]
,[ "close", "</tr>" ]
,[ "text", "\n" ]
,[ "close", "</table>" ]
,[ "text", "\n" ]
,[ "open", "<div class=\"col!---t\">" ]
,[ "text", "\n" ]
,[ "close", "</div>" ]
,[ "text", "\n" ]]
