Skip to content

Commit d449a33

Browse files
committed
t: enable regression testing
With '!' fixed, we can now enable testing that it yields the expected result. Do so and add a test case for the hyphen as well.
1 parent 2e2461e commit d449a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/regressions.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use Test::More skip_all => "Work in progress";
1+
use Test::More;
22
use utf8;
33

44
use Encode;
@@ -9,6 +9,7 @@ BEGIN {
99
my %samples = (
1010
'nop' => 'nop',
1111
'!' => '!',
12+
'-' => '-',
1213
);
1314

1415
while (my ($unicode, $expected) = each %samples) {

0 commit comments

Comments
 (0)