Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0012_block_comment.txt')
| -rw-r--r-- | crates/syntax/test_data/lexer/ok/0012_block_comment.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0012_block_comment.txt b/crates/syntax/test_data/lexer/ok/0012_block_comment.txt deleted file mode 100644 index 2618e287e6..0000000000 --- a/crates/syntax/test_data/lexer/ok/0012_block_comment.txt +++ /dev/null @@ -1,6 +0,0 @@ -COMMENT 5 "/* */" -WHITESPACE 1 "\n" -COMMENT 4 "/**/" -WHITESPACE 1 "\n" -COMMENT 11 "/* /* */ */" -WHITESPACE 1 "\n" |