Add test for RGBa syntax

This commit is contained in:
mattn
2014-03-11 17:07:22 +09:00
parent fef441fa71
commit 6d2c6a1de4

View File

@@ -701,6 +701,14 @@ finish
'query': "{borle$$$$}",
'result': "{border-left: $$$$;}",
},
{
'query': "{c#dba$$$$}",
'result': "{color: rgb(221, 187, 170);}",
},
{
'query': "{c#dba.7$$$$}",
'result': "{color: rgb(221, 187, 170, 0.7);}",
},
],
},
],