Behavior.st
changeset 23593 86a20df2c254
parent 23379 6a77fc46ffeb
child 23826 f122be17a8d0
--- a/Behavior.st	Sat Dec 29 14:35:53 2018 +0100
+++ b/Behavior.st	Mon Jan 07 19:02:03 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -1442,6 +1440,7 @@
 
 ! !
 
+
 !Behavior methodsFor:'RefactoringBrowser'!
 
 realClass
@@ -3045,6 +3044,7 @@
      )
     "
     "
+     Object readFrom:'''abc''' onError:['bla']
      Object readFrom:'illegal' onError:['bla']
      String readFrom:'illegal' onError:'bla'
     "
@@ -3052,6 +3052,7 @@
     "Modified: / 16-02-2017 / 21:26:38 / stefan"
     "Modified: / 28-07-2017 / 18:58:13 / cg"
     "Modified: / 05-06-2018 / 12:11:48 / Stefan Vogel"
+    "Modified (comment): / 07-01-2019 / 17:36:46 / Stefan Vogel"
 !
 
 readFromString:aString