aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0037_mod.rast
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-11-12 11:09:12 +0000
committerAleksey Kladov <[email protected]>2020-11-12 11:09:12 +0000
commita27186636d030c847193ab21c59a1857a1e93785 (patch)
treea2df8b9f6d26611283120faccb387723b1a0c944 /crates/syntax/test_data/parser/ok/0037_mod.rast
parent81ac99f60a3b847aa2b566af54e8ffa0b3b1a147 (diff)
Fix attachment of inner doc comments
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0037_mod.rast')
-rw-r--r--crates/syntax/test_data/parser/ok/0037_mod.rast6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/syntax/test_data/parser/ok/0037_mod.rast b/crates/syntax/test_data/parser/ok/0037_mod.rast
index 1d5d94bde..35577272e 100644
--- a/crates/syntax/test_data/parser/ok/0037_mod.rast
+++ b/crates/syntax/test_data/parser/ok/0037_mod.rast
@@ -1,9 +1,9 @@
1[email protected] 1[email protected]
2 [email protected] "// https://github.com ..." 2 [email protected] "// https://github.com ..."
3 [email protected] "\n\n" 3 [email protected] "\n\n"
4 MODULE@62..93 4 COMMENT@62..70 "//! docs"
5 COMMENT@62..70 "//! docs" 5 WHITESPACE@70..71 "\n"
6 WHITESPACE@70..71 "\n" 6 MODULE@71..93
7 [email protected] "// non-docs" 7 [email protected] "// non-docs"
8 [email protected] "\n" 8 [email protected] "\n"
9 [email protected] "mod" 9 [email protected] "mod"