aboutsummaryrefslogtreecommitdiff
path: root/test/expectation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expectation.txt')
-rw-r--r--test/expectation.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/expectation.txt b/test/expectation.txt
index 7813fe8..da3deb6 100644
--- a/test/expectation.txt
+++ b/test/expectation.txt
@@ -1,5 +1,5 @@
-- vim:ft=lua
-require'colorizer'.attach_to_buffer(0, {css=true})
+require("colorizer").attach_to_buffer(0, { css = true })
--[[ SUCCESS
#F0F
@@ -15,7 +15,7 @@ Blue Gray LightBlue Gray100 White
White
#def
#deadbeef
-rgba(0,0,0,0)
+rgba(200,30,0,0)
rgb(0,0,0)
rgb(10, 100 , 100)
hsl(300,50%,50%)
@@ -43,4 +43,3 @@ hsla(300,50%,50,1.0000000000000001)
hsla(300,50,50,1.0000000000000001)
hsla(361,50,50,1.0000000000000001)
]]
-