#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 06 May 2019 14:15:02 +0200
changeset 2229 1550a455af89
parent 2228 3da335b434aa
child 2230 af977c91c96c
#DOCUMENTATION by cg class: RegressionTests::CompilerTest comment/format in: #testNot
RegressionTests__CompilerTest.st
--- a/RegressionTests__CompilerTest.st	Mon May 06 14:14:40 2019 +0200
+++ b/RegressionTests__CompilerTest.st	Mon May 06 14:15:02 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -413,7 +411,7 @@
     (Helper 
         isStcCompiledMethod:#'_testNot1:'
         in:self) ifTrue:[ 
-            "/ stc-compiled code handles not slightly differently
+            "/ stc-compiled code handles #not slightly differently
             "/ (does not raise an error)
             'CompilerTest >> testNot1: non-boolean cases skipped due to stc limitations' infoPrintCR.
         ] ifFalse:[    
@@ -470,6 +468,7 @@
     "
 
     "Modified: / 12-10-2017 / 14:35:05 / cg"
+    "Modified (format): / 06-05-2019 / 14:09:47 / Claus Gittinger"
 !
 
 testOr