Skip to content

Commit

Permalink
Fix test with new interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jun 29, 2024
1 parent 12f9507 commit 57e519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursive-core/src/utils/markup/gradient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod tests {

assert_eq!(
gradient,
cursup::parse("/#FF0000{a}/#BF003F{b}/#7F007F{c}/#3F00BF{d}/#0000FF{e}").canonical()
cursup::parse("/#FF0000{a}/#BF0040{b}/#800080{c}/#4000Bf{d}/#0000FF{e}").canonical()
);
}
}

0 comments on commit 57e519f

Please sign in to comment.