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

41 lines
1.2 KiB
Plaintext

[
Expression {
expr: Array {
items: [
ArrayItem {
key: Some(
Variable(
Variable {
start: (
3,
2,
),
name: "foo",
end: (
3,
7,
),
},
),
),
value: Variable(
Variable {
start: (
3,
11,
),
name: "bar",
end: (
3,
15,
),
},
),
unpack: false,
by_ref: true,
},
],
},
},
]