Code

Updated allowed icc-profile names to match recent grammars. Follow-up for bug #405143
[inkscape.git] / src / svg / svg-color-test.h
index 49af63a5d2eba4d4c19c6a96d35a3769dd357da6..a540d4b1b5dfa2c9397b79a2ca6255ee387bfcd1 100644 (file)
@@ -87,6 +87,8 @@ public:
             {1, true, "positive", "icc-color(positive, +0.1)"},
             {1, true, "negative", "icc-color(negative, -0.1)"},
             {0, false, "", "icc-color(named, value)"},
+            {1, true, "hyphen-name", "icc-color(hyphen-name, 1)"},
+            {1, true, "under_name", "icc-color(under_name, 1)"},
         };
 
         for ( size_t i = 0; i < G_N_ELEMENTS(cases); i++ ) {