X Tutup
Skip to content

Commit 4be8d8a

Browse files
author
Johan Brichau
committed
Fix for issue SeasideSt#101 (part 1)
1 parent 8921503 commit 4be8d8a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*Grease-Core
2+
greaseAsMutator
3+
^ self asMutator
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "Symbol"
3+
}

repository/Grease-Tests-Core.package/GRPlatformTest.class/instance/testSymbolAsMutator.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ testSymbolAsMutator
33
"test for:
44
Symbol >> #asMutator
55
^ (self copyWith: $:) asSymbol"
6-
self assert: #name asMutator = #name:
6+
self assert: #name greaseAsMutator = #name:

0 commit comments

Comments
 (0)
X Tutup