diff options
Diffstat (limited to 'tests/ui/lexer/lex-bare-cr-nondoc-comment.rs')
-rw-r--r-- | tests/ui/lexer/lex-bare-cr-nondoc-comment.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/lexer/lex-bare-cr-nondoc-comment.rs b/tests/ui/lexer/lex-bare-cr-nondoc-comment.rs new file mode 100644 index 000000000..5b528d6e1 --- /dev/null +++ b/tests/ui/lexer/lex-bare-cr-nondoc-comment.rs @@ -0,0 +1,9 @@ +// run-pass +// ignore-tidy-cr + +// nondoc comment with bare CR: '
' +//// nondoc comment with bare CR: '
' +/* block nondoc comment with bare CR: '
' */ + +fn main() { +} |