]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/parser/test_data/lexer/ok/block_comment.rast
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / src / tools / rust-analyzer / crates / parser / test_data / lexer / ok / block_comment.rast
1 COMMENT "/* */"
2 WHITESPACE "\n"
3 COMMENT "/**/"
4 WHITESPACE "\n"
5 COMMENT "/* /* */ */"
6 WHITESPACE "\n"