From ca066bf7cd9919816c47c8c0dc28f16c61766889 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 28 Feb 2020 10:27:06 +0100 Subject: Run 'cargo fmt' --- tests/integration_tests.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') 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] -- cgit v1.2.3