#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 08 Feb 2019 22:29:51 +0100
changeset 4337 07464b8a49bd
parent 4336 5a1743abaebd
child 4338 bc2110ae15ba
#DOCUMENTATION by cg class: Scanner comment/format in: #nextString:
Scanner.st
--- a/Scanner.st	Fri Feb 08 22:04:14 2019 +0100
+++ b/Scanner.st	Fri Feb 08 22:29:51 2019 +0100
@@ -3372,13 +3372,15 @@
         c'hello\tnew world'
         c'hello\<tab>new world'
         c'a\0b'
+        c'a\n\\\nb'
+        c'a\r\\\nb'
      
      ParserFlags allowCStrings:false.
     "
 
     "Created: / 01-08-2006 / 14:56:07 / cg"
     "Modified: / 22-08-2006 / 14:10:26 / cg"
-    "Modified (comment): / 08-02-2019 / 22:03:53 / Claus Gittinger"
+    "Modified (comment): / 08-02-2019 / 22:29:30 / Claus Gittinger"
 !
 
 nextString:delimiter escapeStyle:escapeStyle