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:
parent
d3db8dc29f
commit
ff8a31e835
4 changed files with 51 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue