Skip to content

Commit 0111775

Browse files
committed
Capitalize wrap-comments settings in tests
1 parent d64fb77 commit 0111775

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/source/configs/wrap_comments/all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: all
1+
// rustfmt-wrap_comments: All
22
// rustfmt-max_width: 50
33
// Wrap comments
44

tests/source/configs/wrap_comments/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: doc
1+
// rustfmt-wrap_comments: Doc
22
// rustfmt-max_width: 50
33
/// Wrap comments
44

tests/source/configs/wrap_comments/normal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: normal
1+
// rustfmt-wrap_comments: Normal
22
// rustfmt-max_width: 50
33
// rustfmt-error_on_line_overflow: false
44
// Wrap comments

tests/source/configs/wrap_comments/off.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: off
1+
// rustfmt-wrap_comments: Off
22
// rustfmt-max_width: 50
33
// rustfmt-error_on_line_overflow: false
44
// Wrap comments

tests/target/configs/wrap_comments/all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: all
1+
// rustfmt-wrap_comments: All
22
// rustfmt-max_width: 50
33
// Wrap comments
44

tests/target/configs/wrap_comments/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: doc
1+
// rustfmt-wrap_comments: Doc
22
// rustfmt-max_width: 50
33
/// Wrap comments
44

tests/target/configs/wrap_comments/normal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: normal
1+
// rustfmt-wrap_comments: Normal
22
// rustfmt-max_width: 50
33
// rustfmt-error_on_line_overflow: false
44
// Wrap comments

tests/target/configs/wrap_comments/off.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-wrap_comments: off
1+
// rustfmt-wrap_comments: Off
22
// rustfmt-max_width: 50
33
// rustfmt-error_on_line_overflow: false
44
// Wrap comments

0 commit comments

Comments
 (0)