parser/tests/0224/ast.txt
2022-12-05 00:04:09 +00:00

12 lines
178 B
Plaintext

[
Expression {
expr: Heredoc {
parts: [
Const(
"Hello, world!",
),
],
},
},
]