mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
@@ -132,4 +132,12 @@ echo 'stdin' | string repeat -n1 'and arg'; or echo "exit 2"
|
||||
|
||||
string repeat -n; or echo "exit 2"
|
||||
|
||||
string repeat -l fakearg 2>&1 | head -n1 1>&2
|
||||
string repeat -l fakearg 2>&1 | head -n1 1>&2
|
||||
|
||||
string repeat ''
|
||||
and echo string repeat empty string did not fail
|
||||
|
||||
string repeat -n3 ''
|
||||
and echo string repeat empty string did not fail
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user