diff options
author | Aleksey Kladov <[email protected]> | 2018-08-13 16:27:26 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-13 16:27:26 +0100 |
commit | c1a7b72fb7c9b69779e490e1d692ddfccec8b57a (patch) | |
tree | 362f9ac863989fbea465b9cb3bdb9bc40497f8f4 /crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt | |
parent | 9149fd2c0ca3d23719082852a2cddd8ba5804ce6 (diff) |
renames
Diffstat (limited to 'crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt')
-rw-r--r-- | crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt b/crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt index 835832620..fb6c2d7cf 100644 --- a/crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt +++ b/crates/libsyntax2/tests/data/parser/inline/0037_crate_visibility.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | FILE@[0; 81) | 1 | FILE@[0; 81) |
2 | STRUCT@[0; 20) | 2 | STRUCT_DEF@[0; 20) |
3 | VISIBILITY@[0; 10) | 3 | VISIBILITY@[0; 10) |
4 | PUB_KW@[0; 3) | 4 | PUB_KW@[0; 3) |
5 | L_PAREN@[3; 4) | 5 | L_PAREN@[3; 4) |
@@ -12,7 +12,7 @@ FILE@[0; 81) | |||
12 | IDENT@[18; 19) "S" | 12 | IDENT@[18; 19) "S" |
13 | SEMI@[19; 20) | 13 | SEMI@[19; 20) |
14 | WHITESPACE@[20; 21) | 14 | WHITESPACE@[20; 21) |
15 | STRUCT@[21; 40) | 15 | STRUCT_DEF@[21; 40) |
16 | VISIBILITY@[21; 30) | 16 | VISIBILITY@[21; 30) |
17 | PUB_KW@[21; 24) | 17 | PUB_KW@[21; 24) |
18 | L_PAREN@[24; 25) | 18 | L_PAREN@[24; 25) |
@@ -25,7 +25,7 @@ FILE@[0; 81) | |||
25 | IDENT@[38; 39) "S" | 25 | IDENT@[38; 39) "S" |
26 | SEMI@[39; 40) | 26 | SEMI@[39; 40) |
27 | WHITESPACE@[40; 41) | 27 | WHITESPACE@[40; 41) |
28 | STRUCT@[41; 60) | 28 | STRUCT_DEF@[41; 60) |
29 | VISIBILITY@[41; 50) | 29 | VISIBILITY@[41; 50) |
30 | PUB_KW@[41; 44) | 30 | PUB_KW@[41; 44) |
31 | L_PAREN@[44; 45) | 31 | L_PAREN@[44; 45) |
@@ -38,7 +38,7 @@ FILE@[0; 81) | |||
38 | IDENT@[58; 59) "S" | 38 | IDENT@[58; 59) "S" |
39 | SEMI@[59; 60) | 39 | SEMI@[59; 60) |
40 | WHITESPACE@[60; 61) | 40 | WHITESPACE@[60; 61) |
41 | STRUCT@[61; 80) | 41 | STRUCT_DEF@[61; 80) |
42 | VISIBILITY@[61; 70) | 42 | VISIBILITY@[61; 70) |
43 | PUB_KW@[61; 64) | 43 | PUB_KW@[61; 64) |
44 | L_PAREN@[64; 65) | 44 | L_PAREN@[64; 65) |