1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
--- source: crates/normalize-surface-syntax/tests/snapshots.rs assertion_line: 110 expression: "parse(\"local y = \\\"hello\\\"\")" --- { "body": [ { "Let": { "name": "y", "init": { "Literal": { "String": "hello" } }, "mutable": true } } ] }