mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
docs/spell ~ (uucore) add spelling exceptions
This commit is contained in:
parent
c171b13982
commit
b11e9a057e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ mod tests {
|
||||||
fn make_os_vec(os_str: &OsStr) -> Vec<OsString> {
|
fn make_os_vec(os_str: &OsStr) -> Vec<OsString> {
|
||||||
vec![
|
vec![
|
||||||
OsString::from("test"),
|
OsString::from("test"),
|
||||||
OsString::from("สวัสดี"),
|
OsString::from("สวัสดี"), // spell-checker:disable-line
|
||||||
os_str.to_os_string(),
|
os_str.to_os_string(),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue