aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/err/0007_stray_curly_in_file.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 10:32:53 +0100
committerAleksey Kladov <[email protected]>2018-07-31 10:32:53 +0100
commitff71cb1f6de07479610fb0f45e740b249e8a01c6 (patch)
tree29df6315075f7e0339e8687a78a5bfcef776f900 /tests/data/parser/err/0007_stray_curly_in_file.txt
parentc244dd10343ff96a73879c593bd9253c4073cb90 (diff)
Introduce param & arg list
Diffstat (limited to 'tests/data/parser/err/0007_stray_curly_in_file.txt')
-rw-r--r--tests/data/parser/err/0007_stray_curly_in_file.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/parser/err/0007_stray_curly_in_file.txt b/tests/data/parser/err/0007_stray_curly_in_file.txt
index cfc714cc6..6995ec6ff 100644
--- a/tests/data/parser/err/0007_stray_curly_in_file.txt
+++ b/tests/data/parser/err/0007_stray_curly_in_file.txt
@@ -19,8 +19,9 @@ err: `expected item`
19 NAME@[19; 23) 19 NAME@[19; 23)
20 WHITESPACE@[19; 20) 20 WHITESPACE@[19; 20)
21 IDENT@[20; 23) "foo" 21 IDENT@[20; 23) "foo"
22 L_PAREN@[23; 24) 22 PARAM_LIST@[23; 25)
23 R_PAREN@[24; 25) 23 L_PAREN@[23; 24)
24 R_PAREN@[24; 25)
24 BLOCK@[25; 29) 25 BLOCK@[25; 29)
25 L_CURLY@[25; 26) 26 L_CURLY@[25; 26)
26 R_CURLY@[26; 27) 27 R_CURLY@[26; 27)