Skip to content

Commit

Permalink
Fix test. ref. #101
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunker committed Jun 29, 2021
1 parent cb0f8cb commit 521c633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ testLocalVariableStatement
| editor |
editor := MNEditor new.
editor updateContents: '| var | var := 1. var := var + 1.'.
self assert: (editor localVariablesStatement: 'var := var + 1.') = '| var |var := (self localVariables at: ''var'') + 1.^ ((Dictionary new) at: ''var'' put: var; yourself).'.
self assert: (editor localVariablesStatement: 'var := var + 1.') = '| var |var := (self localVariables at: ''var'') + 1.^ ((Dictionary new) at: ''var'' put: var; yourself)'.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ensureAbandonOf:do:" : "mgjm 7/5/2019 20:47",
"hiddenCanvas" : "mgjm 7/5/2019 20:06",
"testDoItEnvironment" : "fb 7/25/2019 19:32",
"testLocalVariableStatement" : "RAD 6/26/2021 22:54",
"testLocalVariableStatement" : "RAD 6/29/2021 12:42",
"testMenuItems" : "mgjm 7/5/2019 20:23",
"testOpenEditor" : "RAD 5/27/2021 14:20",
"testOpenEditorClass" : "mgjm 7/5/2019 20:44",
Expand Down

0 comments on commit 521c633

Please sign in to comment.