diff --git a/test/color.rules.t b/test/color.rules.t index 8e9f121fa..f47cdf33f 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -61,10 +61,14 @@ class TestColorRules(TestCase): cls.t.config('color.footnote', 'red') cls.t.config('color.debug', 'green') cls.t.config('color.project.x', 'red') + cls.t.config('color.project.none', '') cls.t.config('color.pri.H', 'red') cls.t.config('color.pri.M', 'blue') cls.t.config('color.pri.L', 'green') + cls.t.config('color.pri.none', '') cls.t.config('color.keyword.keyword', 'red') + cls.t.config('color.tagged', '') + cls.t.config('color.tag.none', '') cls.t.config('color.tag.x', 'red') cls.t.config('color.recurring', 'red') cls.t.config('color.uda.xxx', 'red')