diff options
author | Lukas Wirth <[email protected]> | 2021-05-15 16:23:20 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-05-15 16:32:28 +0100 |
commit | 4b5b54279ad74316837bcdc7daa195d82bd13d3a (patch) | |
tree | 6d377e0cc11c5b0f50ddc49ba004068098772809 /crates/syntax/test_data | |
parent | 3da52d2e936bf797d7fe1a9c6c9fad78e19c7d83 (diff) |
Attach comments to ast::Impl
Diffstat (limited to 'crates/syntax/test_data')
-rw-r--r-- | crates/syntax/test_data/parser/ok/0045_block_attrs.rast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/syntax/test_data/parser/ok/0045_block_attrs.rast b/crates/syntax/test_data/parser/ok/0045_block_attrs.rast index 50ab52d32..5e50b4e0b 100644 --- a/crates/syntax/test_data/parser/ok/0045_block_attrs.rast +++ b/crates/syntax/test_data/parser/ok/0045_block_attrs.rast | |||
@@ -127,9 +127,9 @@ [email protected] | |||
127 | [email protected] "\n" | 127 | [email protected] "\n" |
128 | [email protected] "}" | 128 | [email protected] "}" |
129 | [email protected] "\n\n" | 129 | [email protected] "\n\n" |
130 | COMMENT@541..601 "// https://github.com ..." | 130 | IMPL@541..763 |
131 | WHITESPACE@601..602 "\n" | 131 | COMMENT@541..601 "// https://github.com ..." |
132 | IMPL@602..763 | 132 | WHITESPACE@601..602 "\n" |
133 | [email protected] "impl" | 133 | [email protected] "impl" |
134 | [email protected] " " | 134 | [email protected] " " |
135 | [email protected] | 135 | [email protected] |