Home
last modified time | relevance | path

Searched refs:checkTestArgumentSplitting (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs170 ,checkTestArgumentSplitting
3045 prop_checkTestArgumentSplitting1 = verify checkTestArgumentSplitting "[ -e *.mp3 ]"
3049 prop_checkTestArgumentSplitting5 = verify checkTestArgumentSplitting "[[ $@ ]]"
3050 prop_checkTestArgumentSplitting6 = verify checkTestArgumentSplitting "[ -e $@ ]"
3051 prop_checkTestArgumentSplitting7 = verify checkTestArgumentSplitting "[ $@ == $@ ]"
3052 prop_checkTestArgumentSplitting8 = verify checkTestArgumentSplitting "[[ $@ = $@ ]]"
3054 prop_checkTestArgumentSplitting10 = verifyNot checkTestArgumentSplitting "[ \"$@\" ]"
3055 prop_checkTestArgumentSplitting11 = verify checkTestArgumentSplitting "[[ \"$@\" ]]"
3056 prop_checkTestArgumentSplitting12 = verify checkTestArgumentSplitting "[ *.png ]"
3066 checkTestArgumentSplitting :: Parameters -> Token -> Writer [TokenComment] ()
[all …]