parser/tests/fixtures/0236/ast.txt

16 lines
221 B
Plaintext
Raw Normal View History

[
InlineHtml(
"<h1>\n ",
),
Echo {
values: [
LiteralString {
value: "Hello, world!",
},
],
},
InlineHtml(
"\n</h1>",
),
]