Rename to HSLuv
[convert-color-hsluv.git] / t / accessors.t
index fcff0241b0a22b39a0858fea41710e87cee529af..7697aef930d1ca521ad5233f96cc66893a62325c 100644 (file)
@@ -7,10 +7,10 @@ use Convert::Color;
 use Test::More tests => 16;
 
 my @tests = (
-       [qw/husl H S L hsl/],
-       [qw/lch  L C h lch/],
-       [qw/luv  L u v luv/],
-       [qw/xyz  X Y Z xyz/],
+       [qw/hsluv H S L hsl/],
+       [qw/lch   L C h lch/],
+       [qw/luv   L u v luv/],
+       [qw/xyz   X Y Z xyz/],
 );
 
 for (@tests) {
This page took 0.00958 seconds and 4 git commands to generate.