This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-11-16 01:38:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e2782e2f75
coreutils
/
tests
/
fixtures
/
split
/
asciilowercase.txt
2 lines
27 B
Text
Raw
Normal View
History
Unescape
Escape
tests: correct a test case for split Correct the `test_split::test_suffixes_exhausted` test case so that it actually exercises the intended behavior of `split`. Previously, the test fixture contained 26 bytes. After this commit, the test fixture contains 27 bytes. When using a suffix width of one, only 26 filenames should be available when naming chunk files---one for each lowercase ASCII letter. This commit ensures that the filenames will be exhausted as intended by the test.
2022-01-30 23:53:42 +00:00
abcdefghijklmnopqrstuvwxyz
Reference in a new issue
Copy permalink