summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index acc2f738..fcb5b7c7 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -494,7 +494,8 @@ fn unicode_wrap() {
.arg("--terminal-width=40")
.assert()
.success()
- .stdout(" 1 ビタミンA ビタミンD ビタミンE ビ
+ .stdout(
+ " 1 ビタミンA ビタミンD ビタミンE ビ
タミンK ビタミンB1 ビタミンB2 ナ
イアシン パントテン酸 ビタミンB6
ビタミンB12 葉酸 ビオチン ビタ
@@ -522,7 +523,8 @@ fn unicode_wrap() {
дерланды Австрия Польша Португалия
Румыния Словения Словакия Финляндия
Швеция Великобритания
-");
+",
+ );
}
#[test]