Fix SSA parsing test

This commit is contained in:
Thomas Goyne 2012-11-12 09:17:31 -08:00
parent 6212afb314
commit eeb28dbdb1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ TEST(lagi_color, ass_style) {
TEST(lagi_color, ssa) {
EXPECT_EQ(agi::Color(255, 255, 255), agi::Color("16777215"));
EXPECT_EQ(agi::Color(255, 255, 255), agi::Color("-1"));
EXPECT_EQ(agi::Color(255, 255, 255, 255), agi::Color("-1"));
EXPECT_EQ(agi::Color(127, 0, 255), agi::Color("16711807"));
EXPECT_EQ(agi::Color(48, 32, 16), agi::Color("1056816"));