X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Fexpected-empty.txt;h=19c91bfe4393be7ab6eaa7be833b2f79e9ce0779;hb=HEAD;hp=34403281c261ec8b114692f79b5865a598948618;hpb=c9007797b11ff8347ea47e3e2e71b7a1f6d7e278;p=config%2Fdotfiles.git diff --git a/t/expected-empty.txt b/t/expected-empty.txt deleted file mode 100644 index 3440328..0000000 --- a/t/expected-empty.txt +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/test.txt b/test.txt ---- a/test.txt -+++ b/test.txt -@@ -1,21 +1,22 @@ -Tests -==== - -Short sentence with words! - -Longer sentence even more words, ain't that nice! - -And other one, just testing. - -option: new value -option-two: new-value-two -option-three: "value-three" - -function testme() { - firstCall(); - while (a != b) { - if (!second_var) { - third_call() && fourth_call() \ - || fifth_call(); - } - } - return 42;