Skip to content

Commit

Permalink
t/testc.sh: added 193
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Dec 4, 2013
1 parent c1af0b2 commit 3a29e8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/testc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ tests[192]='use warnings;
}}->($h{k});
}'
result[192]='ok'
tests[193]='unlink q{not.a.file}; $! = 0; open($FOO, q{not.a.file}); print( $! ne 0 ? "ok" : q{error: $! should not be 0}."\n"); close $FOO;'
result[193]='ok'
tests[200]='%u=("\x{123}"=>"fo"); print "ok" if $u{"\x{123}"} eq "fo"'
result[200]='ok'
tests[2001]='BEGIN{%u=("\x{123}"=>"fo");} print "ok" if $u{"\x{123}"} eq "fo";'
Expand Down

0 comments on commit 3a29e8a

Please sign in to comment.