aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/syntax_err_negate.right (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: allow nested negation "! ! ! CMD" - bash 5.2.15 allows itDenys Vlasenko2025-08-121-2/+2
* hush: drop ctx_inverted, use pipe->pi_invertedDenys Vlasenko2025-08-121-1/+1
* hush: improve parse_stream: does not require parsing context struct;Denis Vlasenko2009-04-031-1/+1
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-141-0/+2