Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/block_comment.txt')
-rw-r--r--crates/parser/test_data/lexer/ok/block_comment.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/block_comment.txt b/crates/parser/test_data/lexer/ok/block_comment.txt
new file mode 100644
index 0000000000..18bb5cad87
--- /dev/null
+++ b/crates/parser/test_data/lexer/ok/block_comment.txt
@@ -0,0 +1,6 @@
+COMMENT "/* */"
+WHITESPACE "\n"
+COMMENT "/**/"
+WHITESPACE "\n"
+COMMENT "/* /* */ */"
+WHITESPACE "\n"