From 08c96072d08878c2484b8e8822c09daee2ed8214 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Fri, 9 Feb 2024 12:24:33 +0100 Subject: [PATCH] Capitalize wrap-comments settings in tests --- tests/source/configs/wrap_comments/all.rs | 2 +- tests/source/configs/wrap_comments/doc.rs | 2 +- tests/source/configs/wrap_comments/normal.rs | 2 +- tests/source/configs/wrap_comments/off.rs | 2 +- tests/target/configs/wrap_comments/all.rs | 2 +- tests/target/configs/wrap_comments/doc.rs | 2 +- tests/target/configs/wrap_comments/normal.rs | 2 +- tests/target/configs/wrap_comments/off.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/source/configs/wrap_comments/all.rs b/tests/source/configs/wrap_comments/all.rs index 621636b86b8..3f0b62c4a57 100644 --- a/tests/source/configs/wrap_comments/all.rs +++ b/tests/source/configs/wrap_comments/all.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: all +// rustfmt-wrap_comments: All // rustfmt-max_width: 50 // Wrap comments diff --git a/tests/source/configs/wrap_comments/doc.rs b/tests/source/configs/wrap_comments/doc.rs index abbfd5cb76c..04728963e2b 100644 --- a/tests/source/configs/wrap_comments/doc.rs +++ b/tests/source/configs/wrap_comments/doc.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: doc +// rustfmt-wrap_comments: Doc // rustfmt-max_width: 50 /// Wrap comments diff --git a/tests/source/configs/wrap_comments/normal.rs b/tests/source/configs/wrap_comments/normal.rs index fd3735bc250..6ea3b58552b 100644 --- a/tests/source/configs/wrap_comments/normal.rs +++ b/tests/source/configs/wrap_comments/normal.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: normal +// rustfmt-wrap_comments: Normal // rustfmt-max_width: 50 // rustfmt-error_on_line_overflow: false // Wrap comments diff --git a/tests/source/configs/wrap_comments/off.rs b/tests/source/configs/wrap_comments/off.rs index c9fb79cc613..cb07fa81afe 100644 --- a/tests/source/configs/wrap_comments/off.rs +++ b/tests/source/configs/wrap_comments/off.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: off +// rustfmt-wrap_comments: Off // rustfmt-max_width: 50 // rustfmt-error_on_line_overflow: false // Wrap comments diff --git a/tests/target/configs/wrap_comments/all.rs b/tests/target/configs/wrap_comments/all.rs index b6f41fe032a..d612f978fa5 100644 --- a/tests/target/configs/wrap_comments/all.rs +++ b/tests/target/configs/wrap_comments/all.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: all +// rustfmt-wrap_comments: All // rustfmt-max_width: 50 // Wrap comments diff --git a/tests/target/configs/wrap_comments/doc.rs b/tests/target/configs/wrap_comments/doc.rs index bb4431cbab3..c6ad9fe4a48 100644 --- a/tests/target/configs/wrap_comments/doc.rs +++ b/tests/target/configs/wrap_comments/doc.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: doc +// rustfmt-wrap_comments: Doc // rustfmt-max_width: 50 /// Wrap comments diff --git a/tests/target/configs/wrap_comments/normal.rs b/tests/target/configs/wrap_comments/normal.rs index 7053174a12e..e08ac3acfab 100644 --- a/tests/target/configs/wrap_comments/normal.rs +++ b/tests/target/configs/wrap_comments/normal.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: normal +// rustfmt-wrap_comments: Normal // rustfmt-max_width: 50 // rustfmt-error_on_line_overflow: false // Wrap comments diff --git a/tests/target/configs/wrap_comments/off.rs b/tests/target/configs/wrap_comments/off.rs index c9fb79cc613..cb07fa81afe 100644 --- a/tests/target/configs/wrap_comments/off.rs +++ b/tests/target/configs/wrap_comments/off.rs @@ -1,4 +1,4 @@ -// rustfmt-wrap_comments: off +// rustfmt-wrap_comments: Off // rustfmt-max_width: 50 // rustfmt-error_on_line_overflow: false // Wrap comments