aboutsummaryrefslogtreecommitdiff
path: root/tests/19-negation.sh
blob: 2fbb11c3986f2410933934f2340bb9bf6e201e82 (plain)
1
2
3
# !pat matches only if pat doesn't match
# Example: bp '"cat" !"aclysm"' matches the "cat" in "catatonic", but not "cataclysm"
bp '{"foo" !"bar"}'