", "")); self::assertSame([""], content::resolve_static([""], [""])); self::assertSame( "

title<q/>

hellobrave<q/>world

", content::to_string([ [html::H1, "title"], [html::P, [ "hello", [html::SPAN, "brave"], [html::SPAN, ["world"]], ]], ])); } }