*** empty log message ***
[m17n/m17n-lib-cs.git] / M17N.cs
diff --git a/M17N.cs b/M17N.cs
index 4ded12d..65eabfb 100644 (file)
--- a/M17N.cs
+++ b/M17N.cs
@@ -34,6 +34,7 @@ public class Test
     mt = new MText ("abc");
     Console.WriteLine (mt);
     Console.WriteLine (mt + new MText ("def"));
+    mt += new MText ("ghi");
     Console.WriteLine (mt);    
   }