Merge pull request #621 from GabLeRoux/master

Increase code coverage for theme errors
This commit is contained in:
Michael Lazar
2018-10-23 10:28:01 -04:00
committed by GitHub

View File

@@ -25,7 +25,8 @@ INVALID_ELEMENTS = OrderedDict([
('invalid_attr', 'Upvote = blue blue bold+invalid\n'),
('invalid_hex', 'Upvote = #fffff blue\n'),
('invalid_hex2', 'Upvote = #gggggg blue\n'),
('out_of_range', 'Upvote = ansi_256 blue\n')
('out_of_range', 'Upvote = ansi_256 blue\n'),
('something_invalid', 'non_existing_key_without_value\n')
])