diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/C02cond.ztst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index 2d4204038..00e22c182 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -285,6 +285,19 @@ F:Failures in these cases do not indicate a problem in the shell. 0:MATCH, MBEGIN, MEND, match, mbegin, mend >OK + (if zmodload -i zsh/regex 2>/dev/null; then + if [[ a =~ a && b == b ]]; then + print OK + else + print "regex =~ inverted following test" + fi + else + # not a test error + print OK + fi) +0:regex infix operator should not invert following conditions +>OK + [[ -fail badly ]] 2:Error message for unknown prefix condition ?(eval):1: unknown condition: -fail |