Skip to content

Commit

Permalink
unfudge now-passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Nov 12, 2013
1 parent 9010356 commit 3531185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-str/encode.t
Expand Up @@ -41,7 +41,6 @@ is 'abc'.encode('ascii').list.join(','), '97,98,99', 'Buf.list gives list of cod
ok $temp = utf16.new($temp), 'creating utf16 Buf from a surrogate pair';
is $temp[0], 0xD83D, 'indexing a utf16 gives correct value';
is $temp[1], 0xDE3E, 'indexing a utf16 gives correct value';
#?rakudo.parrot skip 'VMArray: index out of bounds'
is $temp.decode(), "\x1F63E", 'decoding utf16 Buf to original value';
}

Expand Down

0 comments on commit 3531185

Please sign in to comment.