aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/err/0007_stray_curly_in_file.txt
diff options
context:
space:
mode:
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)