File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,9 @@ teardown_file() {
69
69
assert_line --index 25 --partial " renamed:"
70
70
assert_line --index 27 --partial " @ language/README.md:1 @"
71
71
}
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() {
247
247
assert_line --index 1 --partial " modified: doc/manual.xml.head"
248
248
assert_line --index 3 --partial " @ doc/manual.xml.head:8355 @"
249
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
-
You can’t perform that action at this time.
0 commit comments