Home
last modified time | relevance | path

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

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/Checks/
H A DShellSupport.hs61 ,checkPS1Assignments
530 prop_checkPS11 = verify checkPS1Assignments "PS1='\\033[1;35m\\$ '"
531 prop_checkPS11a= verify checkPS1Assignments "export PS1='\\033[1;35m\\$ '"
532 prop_checkPSf2 = verify checkPS1Assignments "PS1='\\h \\e[0m\\$ '"
533 prop_checkPS13 = verify checkPS1Assignments "PS1=$'\\x1b[c '"
534 prop_checkPS14 = verify checkPS1Assignments "PS1=$'\\e[3m; '"
535 prop_checkPS14a= verify checkPS1Assignments "export PS1=$'\\e[3m; '"
536 prop_checkPS15 = verifyNot checkPS1Assignments "PS1='\\[\\033[1;35m\\]\\$ '"
538 prop_checkPS17 = verifyNot checkPS1Assignments "PS1='e033x1B'"
539 prop_checkPS18 = verifyNot checkPS1Assignments "PS1='\\[\\e\\]'"
[all …]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs141 ,checkPS1Assignments
1660 prop_checkPS11 = verify checkPS1Assignments "PS1='\\033[1;35m\\$ '"
1661 prop_checkPS11a= verify checkPS1Assignments "export PS1='\\033[1;35m\\$ '"
1662 prop_checkPSf2 = verify checkPS1Assignments "PS1='\\h \\e[0m\\$ '"
1663 prop_checkPS13 = verify checkPS1Assignments "PS1=$'\\x1b[c '"
1664 prop_checkPS14 = verify checkPS1Assignments "PS1=$'\\e[3m; '"
1665 prop_checkPS14a= verify checkPS1Assignments "export PS1=$'\\e[3m; '"
1668 prop_checkPS17 = verifyNot checkPS1Assignments "PS1='e033x1B'"
1669 prop_checkPS18 = verifyNot checkPS1Assignments "PS1='\\[\\e\\]'"
1670 checkPS1Assignments _ (T_Assignment _ _ "PS1" _ word) = warnFor word function
[all …]