Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/truffle/pe/core/array_pe.rb
Original file line number Diff line number Diff line change
@@ -10,4 +10,5 @@

example "[3, 1, 2].sort[1]", 2

example "[14].pack('C').getbyte(0)", 14
# I think this fails due to our iterative partial escape issue
tagged_example "[14].pack('C').getbyte(0)", 14

0 comments on commit 3e0f1aa

Please sign in to comment.