Skip to content

Commit

Permalink
Add an RT ticket number to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 4, 2015
1 parent 8779aa0 commit 76e600f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/encode.t
Expand Up @@ -50,6 +50,7 @@ is 'abc'.encode('ascii').list.join(','), '97,98,99', 'Buf.list gives list of cod
is $temp.decode(), "\x1F63E", 'decoding utf16 Buf to original value';
}

# RT #120651
lives-ok { "\x[effff]".encode('utf-8') }, 'Can encode noncharacters to UTF-8';
is "\x[effff]".encode('utf-8').decode, "\x[effff]", 'Noncharacters round-trip with UTF-8';

Expand Down

0 comments on commit 76e600f

Please sign in to comment.