mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 21:41:57 +00:00
Fix tests
This commit is contained in:
parent
39fe5217c6
commit
057b07b214
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue