summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/comment_crlf_newline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/source/comment_crlf_newline.rs')
-rw-r--r--src/tools/rustfmt/tests/source/comment_crlf_newline.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/source/comment_crlf_newline.rs b/src/tools/rustfmt/tests/source/comment_crlf_newline.rs
new file mode 100644
index 000000000..7a65f762f
--- /dev/null
+++ b/src/tools/rustfmt/tests/source/comment_crlf_newline.rs
@@ -0,0 +1,4 @@
+// rustfmt-normalize_comments: true
+/* Block comments followed by CRLF newlines should not an extra newline at the end */
+
+/* Something else */