X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Fexpected-empty.txt;h=dfe6a3185fe8cfe7b0316a7aa6087b0b06bdaf1d;hb=HEAD;hp=19c91bfe4393be7ab6eaa7be833b2f79e9ce0779;hpb=eea3b32e72174023716ecbbd3c4d627091dfdb2f;p=config%2Fdotfiles.git diff --git a/t/expected-empty.txt b/t/expected-empty.txt deleted file mode 100644 index 19c91bf..0000000 --- a/t/expected-empty.txt +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/test.txt b/test.txt ---- a/test.txt -+++ b/test.txt -@@ -1,26 +1,27 @@ -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; -} - -allow = $0 $! $? $. -allow = $! $? -allow = $0 $! $?