mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
refactor/uucore ~ polish spelling (comments, names, and exceptions)
This commit is contained in:
parent
954b3436d9
commit
40e136d092
1 changed files with 3 additions and 2 deletions
|
@ -390,8 +390,8 @@ mod tests {
|
|||
test: "C:/you/later",
|
||||
},
|
||||
NormalizePathTestCase {
|
||||
path: "\\networkshare/a//foo//./bar",
|
||||
test: "\\networkshare/a/foo/bar",
|
||||
path: "\\networkShare/a//foo//./bar",
|
||||
test: "\\networkShare/a/foo/bar",
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -411,6 +411,7 @@ mod tests {
|
|||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn test_display_permissions() {
|
||||
// spell-checker:ignore (perms) brwsr drwxr rwxr
|
||||
assert_eq!(
|
||||
"drwxr-xr-x",
|
||||
display_permissions_unix(S_IFDIR | 0o755, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue