]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - t/expected-empty.txt
gitconfig: Add diff.wordregex for better git --color-words.
[config/dotfiles.git] / t / expected-empty.txt
1 diff --git a/test.txt b/test.txt
2 --- a/test.txt
3 +++ b/test.txt
4 @@ -1,21 +1,22 @@
5 Tests
6 ====
7
8 Short sentence with words!
9
10 Longer sentence even more words, ain't that nice!
11
12 And 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     firstCall();
20     while (a != b) {
21         if (!second_var) {
22             third_call() && fourth_call() \
23                 || fifth_call();
24         }
25     }
26     return 42;