File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,3 +69,9 @@ teardown_file() {
6969 assert_line --index 25 --partial " renamed:"
7070 assert_line --index 27 --partial " @ language/README.md:1 @"
7171}
72+
73+ @test " Functional part with bright color (#444)" {
74+ output=$( load_fixture " move_with_content_change" | $diff_so_fancy )
75+ run printf " %s" " $output "
76+ assert_line --index 3 --partial " @[0m[93m height"
77+ }
Original file line number Diff line number Diff line change @@ -247,10 +247,3 @@ teardown_file() {
247247 assert_line --index 1 --partial " modified: doc/manual.xml.head"
248248 assert_line --index 3 --partial " @ doc/manual.xml.head:8355 @"
249249}
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-
You can’t perform that action at this time.
0 commit comments