X-Git-Url: http://git.refcnt.org/?a=blobdiff_plain;f=t%2Ffail.t;h=10378c412548fc694ad1e711dbf3c983b19d82fd;hb=1726f536e36e0eeef71b56390402f0b060387fa4;hp=e2d71beb121c1fa58acad76208097c6d906fb02a;hpb=13b184a21e6ede64a9cf16f20dd774ea8cd45c4f;p=colorize.git 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' ],