1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

wc: fix escaping

GNU wc only escapes file names with newlines in them.
This commit is contained in:
Justin Tracey 2024-12-23 00:14:15 -05:00
parent d3db8dc29f
commit ff8a31e835
No known key found for this signature in database
GPG key ID: 62B84F5ABDDDCE54
4 changed files with 51 additions and 14 deletions

View file

@ -34,6 +34,8 @@ windows = ["feat_os_windows"]
nightly = []
test_unimplemented = []
expensive_tests = []
# "test_risky_names" == enable tests that create problematic file names (would make a network share inaccessible to Windows, breaks SVN on Mac OS, etc.)
test_risky_names = []
# * only build `uudoc` when `--feature uudoc` is activated
uudoc = ["zip", "dep:uuhelp_parser"]
## features