ropes: Fix the behavior of `RopeBuffer.clear` when used with `to_s`.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 7 Dec 2014 16:30:50 +0000 (11:30 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 7 Dec 2014 16:30:50 +0000 (11:30 -0500)
commit8285d4285d414701dc57e66a35316a5979536611
tree495ec3d5348b8206318b079f1a10f8ea540d04fd
parent255cdce99cb61b1980e224fb4969dacaf1ed555f
ropes: Fix the behavior of `RopeBuffer.clear` when used with `to_s`.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
lib/standard/ropes.nit
tests/sav/test_ropes_buffer_to_s.res [new file with mode: 0644]
tests/test_ropes_buffer_to_s.nit [new file with mode: 0644]