mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
string: Allow -eq again
Instead of forbidding it for both modes, allow it for both and make it quiet for string. Fixes #6282
This commit is contained in:
@@ -561,5 +561,9 @@ count (dualcollect)
|
||||
# CHECK: 3
|
||||
|
||||
string match -qer asd asd
|
||||
# CHECKERR: match: Invalid combination of options,
|
||||
# CHECKERR: --entire and --quiet are mutually exclusive
|
||||
echo $status
|
||||
# CHECK: 0
|
||||
|
||||
string match -eq asd asd
|
||||
echo $status
|
||||
# CHECK: 0
|
||||
|
||||
Reference in New Issue
Block a user