parser/tests/0242/ast.txt

17 lines
307 B
Plaintext
Raw Normal View History

[
Expression {
expr: ShellExec {
parts: [
Const(
"Hello, ",
),
Expr(
Variable {
name: "name",
},
),
],
},
},
]