Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list...
[alt-git.git] / t / chainlint / exclamation.test
blob323595b5bd86359b6022a6ce783d77a722fc78b5
1 # LINT: "! word" is two tokens
2 if ! condition; then echo nope; else yep; fi &&
3 # LINT: "!word" is single token, not two tokens "!" and "word"
4 test_prerequisite !MINGW &&
5 # LINT: "word!word" is single token, not three tokens "word", "!", and "word"
6 mail uucp!address &&
7 # LINT: "!word!" is single token, not three tokens "!", "word", and "!"
8 echo !whatever!