X-Git-Url: http://nitlanguage.org diff --git a/tests/test_text.nit b/tests/test_text.nit index 820b5c3..2d636fb 100644 --- a/tests/test_text.nit +++ b/tests/test_text.nit @@ -32,12 +32,6 @@ num = numstr #alt1 trimable.append(spaces) #alt1 num = new FlatBuffer.from(numstr) -#alt3 txt = new RopeBuffer.from(str) -#alt3 trimable = new RopeBuffer.from(spaces) -#alt3 trimable.append(str) -#alt3 trimable.append(spaces) -#alt3 num = new RopeBuffer.from(numstr) - # Test Text methods on all types of receivers print txt.substring(0, 105)