[svn] r7704: nemerle/trunk/ncc/testsuite/positive/recursive-string.n

VladD2 svnadmin at nemerle.org
Thu Jun 14 01:39:05 CEST 2007


Log:
Change test for recursive string.


Author: VladD2
Date: Thu Jun 14 01:39:04 2007
New Revision: 7704

Modified:
   nemerle/trunk/ncc/testsuite/positive/recursive-string.n

Modified: nemerle/trunk/ncc/testsuite/positive/recursive-string.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/positive/recursive-string.n	(original)
+++ nemerle/trunk/ncc/testsuite/positive/recursive-string.n	Thu Jun 14 01:39:04 2007
@@ -17,16 +17,16 @@
       <#>>>>>>>>>>>>>>>>>
         line 1 of multiline string
         line 2 <# nested string <# very nested string :) #> #>
-        line 3 @" - this no monkey string!
+        line 3 @" - this is no monkey string!
         line 4 " " " we can use "-charasters witout any problem!#>;
     WriteLine(sss);
     mutable i = 0;
     def sss = $
       <#>>>>>>>>>>>>>>>>>
-        line $({i++; i}) of multiline string
+        line $({i++; i}) of multiline string. This is way to embed no paired - $("<")#
         line $({i++; i}) <# nested string <# very nested string :) #> #>
-        line $({i++; i}) @" - this no monkey string!
-        line $({i++; i}) " " " we can use "-charasters witout any problem!#>;
+        line $({i++; i}) @" - this is no monkey string!
+        line $({i++; i}) " " we can use "-charasters witout any problem!#>;
     WriteLine(sss);
   }
 }
@@ -40,12 +40,12 @@
 >>>>>>>>>>>>>>>>>
         line 1 of multiline string
         line 2 <# nested string <# very nested string :) #> #>
-        line 3 @" - this no monkey string!
+        line 3 @" - this is no monkey string!
         line 4 " " " we can use "-charasters witout any problem!
 >>>>>>>>>>>>>>>>>
-        line 1 of multiline string
+        line 1 of multiline string. This is way to embed no paired - <#
         line 2 <# nested string <# very nested string :) #> #>
-        line 3 @" - this no monkey string!
-        line 4 " " " we can use "-charasters witout any problem!
+        line 3 @" - this is no monkey string!
+        line 4 " " we can use "-charasters witout any problem!
 END-OUTPUT
 */



More information about the svn mailing list