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

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

COMMENT "/* */"
WHITESPACE "\n"
COMMENT "/**/"
WHITESPACE "\n"
COMMENT "/* /* */ */"
WHITESPACE "\n"