parser/tests/fixtures/0237/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

17 lines
342 B
Plaintext

[
Expression {
expr: Include {
kind: Require,
path: Infix {
lhs: MagicConst {
constant: Dir,
},
op: Concat,
rhs: LiteralString {
value: "/foo.php",
},
},
},
},
]