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.txt7
1 files changed, 4 insertions, 3 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 f20807bfe..8a3cb5096 100644
--- a/tests/data/parser/err/0007_stray_curly_in_file.txt
+++ b/tests/data/parser/err/0007_stray_curly_in_file.txt
@@ -21,9 +21,10 @@ FILE@[0; 31)
21 IDENT@[20; 23) "foo" 21 IDENT@[20; 23) "foo"
22 L_PAREN@[23; 24) 22 L_PAREN@[23; 24)
23 R_PAREN@[24; 25) 23 R_PAREN@[24; 25)
24 L_CURLY@[25; 26) 24 BLOCK@[25; 29)
25 R_CURLY@[26; 27) 25 L_CURLY@[25; 26)
26 WHITESPACE@[27; 29) 26 R_CURLY@[26; 27)
27 WHITESPACE@[27; 29)
27 ERROR@[29; 31) 28 ERROR@[29; 31)
28 err: `expected item` 29 err: `expected item`
29 R_CURLY@[29; 30) 30 R_CURLY@[29; 30)