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