diff options
author | Aleksey Kladov <[email protected]> | 2018-08-24 17:27:30 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-24 17:27:30 +0100 |
commit | 7edab6ae6b4c5d0c411e88f10e923b91dca31de3 (patch) | |
tree | 4c17856285f568c56adb7c02024ef80e821dd367 /crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt | |
parent | 4d293003964c8f9fabadb1ceb77eab29c0438de3 (diff) |
nodes for blocks
Diffstat (limited to 'crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt')
-rw-r--r-- | crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt b/crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt index 24647fb06..af4b55aed 100644 --- a/crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt +++ b/crates/libsyntax2/tests/data/parser/ok/0011_outer_attribute.txt | |||
@@ -26,7 +26,7 @@ FILE@[0; 35) | |||
26 | L_PAREN@[29; 30) | 26 | L_PAREN@[29; 30) |
27 | R_PAREN@[30; 31) | 27 | R_PAREN@[30; 31) |
28 | WHITESPACE@[31; 32) | 28 | WHITESPACE@[31; 32) |
29 | BLOCK_EXPR@[32; 34) | 29 | BLOCK@[32; 34) |
30 | L_CURLY@[32; 33) | 30 | L_CURLY@[32; 33) |
31 | R_CURLY@[33; 34) | 31 | R_CURLY@[33; 34) |
32 | WHITESPACE@[34; 35) | 32 | WHITESPACE@[34; 35) |