aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/err/0007_stray_curly_in_file.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-01 08:51:42 +0100
committerAleksey Kladov <[email protected]>2018-08-01 08:56:00 +0100
commit53485030dc49aa7cd66e36c8a1e1abf1bf08020c (patch)
tree26824b67deabd0a4a82bfb948f2a203fdc1814ff /tests/data/parser/err/0007_stray_curly_in_file.txt
parent490f8ba5b79049dd78c2e7895e8957b36dae3854 (diff)
block expr
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.txt2
1 files changed, 1 insertions, 1 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 07c99e9fc..9758a969f 100644
--- a/tests/data/parser/err/0007_stray_curly_in_file.txt
+++ b/tests/data/parser/err/0007_stray_curly_in_file.txt
@@ -22,7 +22,7 @@ FILE@[0; 31)
22 PARAM_LIST@[23; 25) 22 PARAM_LIST@[23; 25)
23 L_PAREN@[23; 24) 23 L_PAREN@[23; 24)
24 R_PAREN@[24; 25) 24 R_PAREN@[24; 25)
25 BLOCK@[25; 29) 25 BLOCK_EXPR@[25; 29)
26 L_CURLY@[25; 26) 26 L_CURLY@[25; 26)
27 R_CURLY@[26; 27) 27 R_CURLY@[26; 27)
28 WHITESPACE@[27; 29) 28 WHITESPACE@[27; 29)