We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c204e9d commit 3cc491aCopy full SHA for 3cc491a
2 files changed
repository/Grease-Tests-Core.package/GRPlatformTest.class/instance/testSourceCodeStringOf.st
@@ -5,7 +5,8 @@ testSourceCodeStringOf
5
sourceCodeString := GRPlatform current sourceCodeStringOf: GRPlatform >> #sourceCodeStringOf:.
6
self
7
assert: sourceCodeString
8
- equals: 'sourceCodeStringOf: aCompiledMethod
+ equals: (GRPlatform current convertToSmalltalkNewlines:
9
+'sourceCodeStringOf: aCompiledMethod
10
"Return a String with the source code for a compiled method."
11
- self subclassResponsibility'
12
+ self subclassResponsibility')
repository/Grease-Tests-Pharo-Core.package/GRPharoPlatformTest.class/instance/testIsPharo.st
@@ -1,4 +1,4 @@
1
-*Grease-Tests-Pharo-Core
+tests
2
testIsPharo
3
self assert: GRPlatform current isPharo.
4
self deny: GRPlatform current isGemStone.
0 commit comments