Skip to content

Commit 7dec931

Browse files
Move a test to the bugs testing file
1 parent bab2911 commit 7dec931

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

test/bugs.bats

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 "@ height"
77+
}

test/diff-so-fancy.bats

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 "@ height"
255-
}
256-

0 commit comments

Comments
 (0)