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

12 lines
180 B
Plaintext

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