]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - t/expected-nonspaces.txt
gitconfig: disable annoying editor advice message
[config/dotfiles.git] / t / expected-nonspaces.txt
1 diff --git a/test.txt b/test.txt
2 --- a/test.txt
3 +++ b/test.txt
4 @@ -1,26 +1,27 @@
5 Tests
6 [-=====-]{+====+}
7
8 [-Simple-]{+Short+} sentence with [-a few words.-]{+words!+}
9
10 Longer sentence[-with-] even more [-words ..-]{+words,+} ain't that [-nice?-]{+nice!+}
11
12 And [-another-]{+other+} one, just testing.
13
14 option: {+new+} value
15 option-two: [-value-two-]{+new-value-two+}
16 option-three: [-value-three-]{+"value-three"+}
17
18 function testme() {
19     [-first_call();-]
20 [-    if-]{+firstCall();+}
21 {+    while+} (a [-==-]{+!=+} b) {
22         if [-(!second_call())-]{+(!second_var)+} {
23             [-third_call();-]{+third_call() && fourth_call() \+}
24 {+                || fifth_call();+}
25         }
26     }
27     return 42;
28 }
29
30 allow = {+$0+} $! $? $.
31 allow = $! $?[-$.-]
32 allow = {+$0+} $! $?[-$.-]