aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-undef-var-2.err.exp
blob: d1728f1252e34aa6e78fda5b6a28ddab47498e0f (plain)
1
2
3
4
5
6
error: syntax error, expecting '}'
       at «stdin»:3:13:
            2|
            3|   f = {x, y : ["baz" "bar" z "bat"]}: x + y;
             |             ^
            4|