mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
committed by
Johannes Altmanninger
parent
e0916e793b
commit
7360deee74
@@ -106,7 +106,7 @@ test -d
|
||||
#CHECKERR: test: Missing argument at index 2
|
||||
#CHECKERR: -d
|
||||
#CHECKERR: ^
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: test -d
|
||||
#CHECKERR: ^
|
||||
|
||||
@@ -114,14 +114,14 @@ test foo
|
||||
#CHECKERR: test: Missing argument at index 2
|
||||
#CHECKERR: foo
|
||||
#CHECKERR: ^
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: test foo
|
||||
#CHECKERR: ^
|
||||
|
||||
test ""
|
||||
#CHECKERR: test: Missing argument at index 2
|
||||
#CHECKERR: ^
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: test ""
|
||||
#CHECKERR: ^
|
||||
|
||||
@@ -129,7 +129,7 @@ test -z "" -a foo
|
||||
#CHECKERR: test: Missing argument at index 5
|
||||
#CHECKERR: -z -a foo
|
||||
#CHECKERR: ^
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: test -z "" -a foo
|
||||
#CHECKERR: ^
|
||||
|
||||
@@ -138,7 +138,7 @@ echo $status
|
||||
|
||||
test
|
||||
#CHECKERR: test: Expected at least one argument
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: {{.*}}test.fish (line {{\d+}}):
|
||||
#CHECKERR: test
|
||||
#CHECKERR: ^
|
||||
#CHECKERR: (Type 'help test' for related documentation)
|
||||
|
||||
@@ -8,7 +8,7 @@ ulimit --core-size
|
||||
|
||||
ulimit 4352353252352352334
|
||||
#CHECKERR: ulimit: Invalid limit '4352353252352352334'
|
||||
#CHECKERR:
|
||||
#CHECKERR:
|
||||
#CHECKERR: {{.*}}checks/ulimit.fish (line {{\d+}}):
|
||||
#CHECKERR: ulimit 4352353252352352334
|
||||
#CHECKERR: ^
|
||||
|
||||
Reference in New Issue
Block a user