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