tests: Added test for the special case of Array.to_s with a Rope.
authorLucas Bajolet <r4pass@hotmail.com>
Fri, 29 Aug 2014 19:53:43 +0000 (15:53 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 2 Sep 2014 20:16:29 +0000 (16:16 -0400)
commit41293b1c3a2d12dfb5aa164db4fac7fa140f489d
tree5e39f874b2c1228903365cb504a3de5759102481
parent44f379fe2030022a818f1770ed9320cb120a4ef9
tests: Added test for the special case of Array.to_s with a Rope.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
tests/sav/test_arr_tos_ropes.res [new file with mode: 0644]
tests/test_arr_tos_ropes.nit [new file with mode: 0644]