mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #1870 from nomius10/document_macros
documentation for usual macros
This commit is contained in:
commit
f593cf53b2
4 changed files with 66 additions and 11 deletions
|
@ -9,7 +9,7 @@ fn test_default_mode() {
|
|||
|
||||
// fail on long inputs
|
||||
new_ucmd!()
|
||||
.args(&[repeat_str("test", 20000)])
|
||||
.args(&["test".repeat(20000)])
|
||||
.fails()
|
||||
.no_stdout();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue