rust/crates/parser/test_data/lexer/ok/block_comment.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
101 B
Plaintext
Raw Normal View History

2021-12-12 12:35:22 -06:00
COMMENT "/* */"
WHITESPACE "\n"
COMMENT "/**/"
WHITESPACE "\n"
COMMENT "/* /* */ */"
WHITESPACE "\n"