|
|
@ -30,8 +30,8 @@ function testIsSameColorComparesAnsiBackgroundAndNumericalColorCorrectly() {
|
|
|
|
assertTrue "isSameColor 'bg-green' '002'"
|
|
|
|
assertTrue "isSameColor 'bg-green' '002'"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function testIsSameColorComparesNumericalBackgroundAndNumericalColorCorrectly() {
|
|
|
|
function testIsSameColorComparesShortCodesCorrectly() {
|
|
|
|
assertTrue "isSameColor '010' '2'"
|
|
|
|
assertTrue "isSameColor '002' '2'"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function testIsSameColorDoesNotYieldNotEqualColorsTruthy() {
|
|
|
|
function testIsSameColorDoesNotYieldNotEqualColorsTruthy() {
|
|
|
|