aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0013_unsafe_block_in_mod.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/inline/0013_unsafe_block_in_mod.txt')
-rw-r--r--tests/data/parser/inline/0013_unsafe_block_in_mod.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/data/parser/inline/0013_unsafe_block_in_mod.txt b/tests/data/parser/inline/0013_unsafe_block_in_mod.txt
index 305e3058d..5ddc1736c 100644
--- a/tests/data/parser/inline/0013_unsafe_block_in_mod.txt
+++ b/tests/data/parser/inline/0013_unsafe_block_in_mod.txt
@@ -6,9 +6,10 @@ FILE@[0; 33)
6 IDENT@[3; 6) "foo" 6 IDENT@[3; 6) "foo"
7 L_PAREN@[6; 7) 7 L_PAREN@[6; 7)
8 R_PAREN@[7; 8) 8 R_PAREN@[7; 8)
9 L_CURLY@[8; 9) 9 BLOCK@[8; 11)
10 R_CURLY@[9; 10) 10 L_CURLY@[8; 9)
11 WHITESPACE@[10; 11) 11 R_CURLY@[9; 10)
12 WHITESPACE@[10; 11)
12 UNSAFE_KW@[11; 17) 13 UNSAFE_KW@[11; 17)
13 ERROR@[17; 22) 14 ERROR@[17; 22)
14 err: `expected `trait`, `impl` or `fn`` 15 err: `expected `trait`, `impl` or `fn``
@@ -24,6 +25,7 @@ FILE@[0; 33)
24 IDENT@[25; 28) "bar" 25 IDENT@[25; 28) "bar"
25 L_PAREN@[28; 29) 26 L_PAREN@[28; 29)
26 R_PAREN@[29; 30) 27 R_PAREN@[29; 30)
27 L_CURLY@[30; 31) 28 BLOCK@[30; 33)
28 R_CURLY@[31; 32) 29 L_CURLY@[30; 31)
29 WHITESPACE@[32; 33) 30 R_CURLY@[31; 32)
31 WHITESPACE@[32; 33)