aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/ok/0037_mod.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/ok/0037_mod.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt b/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt
deleted file mode 100644
index 3af40a104..000000000
--- a/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt
+++ /dev/null
@@ -1,16 +0,0 @@
1SOURCE_FILE@[0; 93)
2 COMMENT@[0; 60) "// https://github.com ..."
3 WHITESPACE@[60; 62) "\n\n"
4 MODULE@[62; 93)
5 COMMENT@[62; 70) "//! docs"
6 WHITESPACE@[70; 71) "\n"
7 COMMENT@[71; 82) "// non-docs"
8 WHITESPACE@[82; 83) "\n"
9 MOD_KW@[83; 86) "mod"
10 WHITESPACE@[86; 87) " "
11 NAME@[87; 90)
12 IDENT@[87; 90) "foo"
13 WHITESPACE@[90; 91) " "
14 ITEM_LIST@[91; 93)
15 L_CURLY@[91; 92) "{"
16 R_CURLY@[92; 93) "}"