We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f5c1d commit ee88b68Copy full SHA for ee88b68
test/bugs.bats
@@ -75,9 +75,3 @@ teardown_file() {
75
run printf "%s" "$output"
76
assert_line --index 3 --partial "@[0m[93m height"
77
}
78
-
79
-@test "ANSI reset without leading zero (#469)" {
80
- output=$( load_fixture "ansi_reset_without_zero" | $diff_so_fancy )
81
- run printf "%s" "$output"
82
- assert_line --index 4 --partial 'Hello'
83
-}
test/fixtures/ansi_reset_without_zero.diff
0 commit comments