Home
last modified time | relevance | path

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

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs63 ,checkUnassignedReferences
2410 prop_checkUnassignedReferences1 = verifyTree checkUnassignedReferences "echo $foo"
2418 prop_checkUnassignedReferences9 = verifyNotTree checkUnassignedReferences "echo ${foo-bar}"
2419 prop_checkUnassignedReferences10= verifyNotTree checkUnassignedReferences "echo ${foo:?}"
2423 prop_checkUnassignedReferences14= verifyNotTree checkUnassignedReferences "foo=; echo $foo"
2430 prop_checkUnassignedReferences21= verifyTree checkUnassignedReferences "echo ${#foo}"
2431 prop_checkUnassignedReferences22= verifyNotTree checkUnassignedReferences "echo ${!os*}"
2436 prop_checkUnassignedReferences27= verifyNotTree checkUnassignedReferences ": ${foo:=bar}"
2449 prop_checkUnassignedReferences40= verifyNotTree checkUnassignedReferences ": ${foo=bar}"
2459 prop_checkUnassignedReferences50 = verifyNotTree checkUnassignedReferences "echo ${foo:+bar}"
[all …]