1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Rustfmt new tests

This commit is contained in:
Sylvestre Ledru 2021-03-18 10:24:30 +01:00
parent e5b577fb27
commit 1d271991af
7 changed files with 31 additions and 29 deletions

View file

@ -81,6 +81,6 @@ fn test_multiple_default() {
.run()
.stdout_is(
" 13 109 772 lorem_ipsum.txt\n 18 204 1115 moby_dick.txt\n 5 57 302 \
alice_in_wonderland.txt\n 36 370 2189 total\n",
alice_in_wonderland.txt\n 36 370 2189 total\n",
);
}