]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/exclamation.test
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / exclamation.test
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!