*** empty log message ***
[m17n/m17n-lib-cs.git] / mtext.cs
index 4ed6e5d..07767d3 100644 (file)
--- a/mtext.cs
+++ b/mtext.cs
@@ -9,6 +9,8 @@ public class Test
     String str = "a𝄀あc";
     MText mt = new MText (str);
 
+    Console.WriteLine ((object) str + mt);
+
     Console.WriteLine ("{0}, Length={1}", mt, mt.Length);
     foreach (int c in mt)
       Console.WriteLine ("U+{0:X4}", c);