]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/case.expect
chainlint.sed: drop subshell-closing ">" annotation
[thirdparty/git.git] / t / chainlint / case.expect
index a4b92d46131c2953546e1744e143276a36b70202..31f280d8ceb3152a057c26cabe926f9defb8bdac 100644 (file)
@@ -4,16 +4,16 @@
        *) bar ;;
        esac &&
        foobar
->) &&
+) &&
 (
        case "$x" in
        x) foo ;;
        *) bar ;;
        esac ?!AMP?!
        foobar
->) &&
+) &&
 (
        case "$x" in 1) true;; esac &&
        case "$y" in 2) false;; esac ?!AMP?!
        foobar
->)
+)