]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/multi-line-string.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / multi-line-string.expect
index 170cb5999322ea7798bceafb2222274c4112adde..ab0dadf748e859968e654cf8d6a28a3a5882460b 100644 (file)
@@ -1,15 +1,9 @@
 (
        x="line 1               line 2          line 3" &&
-?!AMP?!        y='line 1               line2'
+       y="line 1               line2" ?!AMP?!
        foobar
->) &&
-(
-       echo "there's nothing to see here" &&
-       exit
->) &&
+) &&
 (
        echo "xyz" "abc         def             ghi" &&
-       echo 'xyz' 'abc         def             ghi' &&
-       echo 'xyz' "abc         def             ghi" &&
        barfoo
->)
+)