We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c87707 commit 2d519dfCopy full SHA for 2d519df
test/diff-so-fancy.bats
@@ -247,3 +247,10 @@ teardown_file() {
247
assert_line --index 1 --partial "modified: doc/manual.xml.head"
248
assert_line --index 3 --partial "@ doc/manual.xml.head:8355 @"
249
}
250
+
251
+@test "Functionnal part with bright color" {
252
+ output=$( load_fixture "move_with_content_change" | $diff_so_fancy )
253
+ run printf "%s" "$output"
254
+ assert_line --index 3 --partial "@[0m[93m height"
255
+}
256
test/test_helper/util.bash
@@ -26,6 +26,7 @@ setup_default_dsf_git_config() {
26
old = red bold
27
new = green bold
28
whitespace = red reverse
29
+ func = brightyellow
30
31
[color "diff-highlight"]
32
oldNormal = red bold
0 commit comments