diff options
author | Aleksey Kladov <[email protected]> | 2018-08-01 08:51:42 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-01 08:56:00 +0100 |
commit | 53485030dc49aa7cd66e36c8a1e1abf1bf08020c (patch) | |
tree | 26824b67deabd0a4a82bfb948f2a203fdc1814ff /tests/data/parser/inline/0050_let_stmt;.txt | |
parent | 490f8ba5b79049dd78c2e7895e8957b36dae3854 (diff) |
block expr
Diffstat (limited to 'tests/data/parser/inline/0050_let_stmt;.txt')
-rw-r--r-- | tests/data/parser/inline/0050_let_stmt;.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/parser/inline/0050_let_stmt;.txt b/tests/data/parser/inline/0050_let_stmt;.txt index c909302bb..de218cb8d 100644 --- a/tests/data/parser/inline/0050_let_stmt;.txt +++ b/tests/data/parser/inline/0050_let_stmt;.txt | |||
@@ -8,7 +8,7 @@ FILE@[0; 77) | |||
8 | L_PAREN@[6; 7) | 8 | L_PAREN@[6; 7) |
9 | R_PAREN@[7; 8) | 9 | R_PAREN@[7; 8) |
10 | WHITESPACE@[8; 9) | 10 | WHITESPACE@[8; 9) |
11 | BLOCK@[9; 77) | 11 | BLOCK_EXPR@[9; 77) |
12 | L_CURLY@[9; 10) | 12 | L_CURLY@[9; 10) |
13 | LET_STMT@[10; 26) | 13 | LET_STMT@[10; 26) |
14 | WHITESPACE@[10; 15) | 14 | WHITESPACE@[10; 15) |