3 test_description
='word diff colors'
7 test_expect_success setup
'
9 git config diff.color.old red
10 git config diff.color.new green
16 -e 's/.\[1m/<WHITE>/g' \
17 -e 's/.\[31m/<RED>/g' \
18 -e 's/.\[32m/<GREEN>/g' \
19 -e 's/.\[36m/<BROWN>/g' \
24 test_must_fail git
diff --no-index "$@" pre post
> output
&&
25 decrypt_color
< output
> output.decrypted
&&
26 test_cmp expect output.decrypted
46 <WHITE
>diff --git a
/pre b
/post
<RESET
>
47 <WHITE
>index
330b04f.
.5ed8eff
100644<RESET
>
48 <WHITE
>--- a
/pre
<RESET
>
49 <WHITE
>+++ b
/post
<RESET
>
50 <BROWN
>@@
-1,3 +1,7 @@
<RESET
>
51 <RED
>h
(4)<RESET
><GREEN
>h
(4),hh
[44]<RESET
>
57 <GREEN
>aeff
= aeff
* ( aaa
)<RESET
>
60 test_expect_success
'word diff with runs of whitespace' '
62 word_diff --color-words
67 <WHITE
>diff --git a
/pre b
/post
<RESET
>
68 <WHITE
>index
330b04f.
.5ed8eff
100644<RESET
>
69 <WHITE
>--- a
/pre
<RESET
>
70 <WHITE
>+++ b
/post
<RESET
>
71 <BROWN
>@@
-1 +1 @@
<RESET
>
72 <RED
>h
(4)<RESET
><GREEN
>h
(4),hh
[44]<RESET
>
73 <BROWN
>@@
-3,0 +4,4 @@ a
= b
+ c
<RESET
>
77 <GREEN
>aeff
= aeff
* ( aaa
)<RESET
>
80 test_expect_success
'word diff without context' '
82 word_diff --color-words --unified=0
87 <WHITE
>diff --git a
/pre b
/post
<RESET
>
88 <WHITE
>index
330b04f.
.5ed8eff
100644<RESET
>
89 <WHITE
>--- a
/pre
<RESET
>
90 <WHITE
>+++ b
/post
<RESET
>
91 <BROWN
>@@
-1,3 +1,7 @@
<RESET
>
92 h
(4),<GREEN
>hh
<RESET
>[44]
98 <GREEN
>aeff
= aeff
* ( aaa
<RESET
> )
100 cp expect expect.letter-runs-are-words
102 test_expect_success
'word diff with a regular expression' '
104 word_diff --color-words="[a-z]+"
108 test_expect_success
'set a diff driver' '
109 git config diff.testdriver.wordRegex "[^[:space:]]" &&
110 cat <<EOF > .gitattributes
116 test_expect_success
'option overrides .gitattributes' '
118 word_diff --color-words="[a-z]+"
123 <WHITE
>diff --git a
/pre b
/post
<RESET
>
124 <WHITE
>index
330b04f.
.5ed8eff
100644<RESET
>
125 <WHITE
>--- a
/pre
<RESET
>
126 <WHITE
>+++ b
/post
<RESET
>
127 <BROWN
>@@
-1,3 +1,7 @@
<RESET
>
128 h
(4)<GREEN
>,hh
[44]<RESET
>
134 <GREEN
>aeff
= aeff
* ( aaa
)<RESET
>
136 cp expect expect.non-whitespace-is-word
138 test_expect_success
'use regex supplied by driver' '
140 word_diff --color-words
144 test_expect_success
'set diff.wordRegex option' '
145 git config diff.wordRegex "[[:alnum:]]+"
148 cp expect.letter-runs-are-words expect
150 test_expect_success
'command-line overrides config' '
151 word_diff --color-words="[a-z]+"
154 cp expect.non-whitespace-is-word expect
156 test_expect_success
'.gitattributes override config' '
157 word_diff --color-words
160 test_expect_success
'remove diff driver regex' '
161 git config --unset diff.testdriver.wordRegex
165 <WHITE
>diff --git a
/pre b
/post
<RESET
>
166 <WHITE
>index
330b04f.
.5ed8eff
100644<RESET
>
167 <WHITE
>--- a
/pre
<RESET
>
168 <WHITE
>+++ b
/post
<RESET
>
169 <BROWN
>@@
-1,3 +1,7 @@
<RESET
>
170 h
(4),<GREEN
>hh
[44<RESET
>]
176 <GREEN
>aeff
= aeff
* ( aaa
<RESET
> )
179 test_expect_success
'use configured regex' '
180 word_diff --color-words
183 echo 'aaa (aaa)' > pre
184 echo 'aaa (aaa) aaa' > post
187 <WHITE
>diff --git a
/pre b
/post
<RESET
>
188 <WHITE
>index c29453b..be22f37
100644<RESET
>
189 <WHITE
>--- a
/pre
<RESET
>
190 <WHITE
>+++ b
/post
<RESET
>
191 <BROWN
>@@
-1 +1 @@
<RESET
>
192 aaa
(aaa
) <GREEN
>aaa
<RESET
>
195 test_expect_success
'test parsing words for newline' '
197 word_diff --color-words="a+"
206 <WHITE
>diff --git a
/pre b
/post
<RESET
>
207 <WHITE
>index
289cb9d.
.2d06f37
100644<RESET
>
208 <WHITE
>--- a
/pre
<RESET
>
209 <WHITE
>+++ b
/post
<RESET
>
210 <BROWN
>@@
-1 +1 @@
<RESET
>
214 test_expect_success
'test when words are only removed at the end' '
216 word_diff --color-words=.