From ef3ba3bb9a06cffad7b4530a88f36b871abe2e0d Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 2 Aug 2017 11:07:02 +0200 Subject: Optimize extracting invalid attribute name --- t/fail.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/fail.t b/t/fail.t index e2d71be..10378c4 100755 --- a/t/fail.t +++ b/t/fail.t @@ -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' ], -- cgit v1.2.3