aboutsummaryrefslogtreecommitdiff
path: root/test/expectation.txt
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-19 12:35:55 -0700
committerGitHub <noreply@github.com>2019-10-19 12:35:55 -0700
commitf5017b0dc1edf7c95a2696744e7a996594cde6a7 (patch)
tree712144cd6251e3ccd2d8d2c1e51c1d9311de9269 /test/expectation.txt
parentUpdate trie (diff)
Refactor (#19)
- Refactor and clean up old code. - Fix the trie printing (it's perfect now :o) - Add the ability to search from a starting point. This can help avoid allocations. - Avoid an allocation in longest_prefix. - Refactor and allow configuring of color_name_parser setup
Diffstat (limited to 'test/expectation.txt')
-rw-r--r--test/expectation.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/expectation.txt b/test/expectation.txt
index 915d4de..7813fe8 100644
--- a/test/expectation.txt
+++ b/test/expectation.txt
@@ -8,9 +8,9 @@ require'colorizer'.attach_to_buffer(0, {css=true})
#F0F
#FF00FF
#FFF00F8F
- #F0F 1
- #FF00FF 1
- #FFF00F8F 1
+ #F0F #F00
+ #FF00FF #F00
+ #FFF00F8F #F00
Blue Gray LightBlue Gray100 White
White
#def
@@ -22,6 +22,7 @@ hsl(300,50%,50%)
hsla(300,50%,50%,0.5)
hsla(300,50%,50%,1.0000000000000001)
hsla(360,50%,50%,1.0000000000000001)
+blue gray lightblue gray100 white gold blue
]]
--[[ FAIL