diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-08-02 11:07:02 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-08-02 11:07:02 +0200 |
commit | ef3ba3bb9a06cffad7b4530a88f36b871abe2e0d (patch) | |
tree | 468e6c243ba0f6a1e53dfe8605f997f4ac787301 /t | |
parent | 13b184a21e6ede64a9cf16f20dd774ea8cd45c4f (diff) | |
download | colorize-ef3ba3bb9a06cffad7b4530a88f36b871abe2e0d.tar.gz colorize-ef3ba3bb9a06cffad7b4530a88f36b871abe2e0d.tar.bz2 |
Optimize extracting invalid attribute name
Diffstat (limited to 't')
-rwxr-xr-x | t/fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ SKIP: { [ '--attr=:', 'must be provided a string' ], [ '--attr=bold:underscore', 'must have strings separated by ,' ], [ '--attr=b0ld', 'attribute \'b0ld\' is not valid' ], - [ '--attr=b0ld,underscore', 'attribute \'b0ld\' is not valid' ], # NULify comma + [ '--attr=b0ld,underscore', 'attribute \'b0ld\' is not valid' ], # handle comma [ '--attr=bold,bold', 'has attribute \'bold\' twice or more' ], [ '--exclude-random=random', 'must be provided a plain color' ], [ '--clean --clean-all', 'mutually exclusive' ], |