mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
747874911a
* Enhance mode parsing to support comma-separated mode strings in `parse` function. Add tests for comma-separated mode handling in file and directory creation. * Add comprehensive tests for mode parsing in `parse` function, covering numeric, symbolic, and mixed modes, as well as handling of invalid inputs and umask considerations. --------- Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>