Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / test_text.nit
index 820b5c3..2d636fb 100644 (file)
@@ -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)