diff options
| author | Jack O'Connor <[email protected]> | 2024-11-25 13:37:52 -0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-11-25 13:50:46 -0800 |
| commit | 1170f023bf459ea3d0bedd285d6ae32309ee348c (patch) | |
| tree | ae9a3eaf8463565ea087f51cee79264ad6c6e7e6 /b3sum/tests | |
| parent | aa3e8ec32a389461babde3789d6ac50ee3c38662 (diff) | |
add support for windows newlines in b3sum --check
Fixes #222.
Diffstat (limited to 'b3sum/tests')
| -rw-r--r-- | b3sum/tests/cli_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/b3sum/tests/cli_tests.rs b/b3sum/tests/cli_tests.rs index d5d4efa..f501ca6 100644 --- a/b3sum/tests/cli_tests.rs +++ b/b3sum/tests/cli_tests.rs @@ -235,8 +235,8 @@ fn test_newline_and_backslash_escaping_on_unix() { {0} abcdef \\{0} abc\\ndef \\{0} abc\\\\def -{0} abc\rdef -\\{0} abc\r\\ndef +\\{0} abc\\rdef +\\{0} abc\\r\\ndef {0} subdir/foo", empty_hash, ); |
