Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 19, 2020
1 parent d7aaf13 commit 26fa9a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Pillar-Core/PREnvironment.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ PREnvironment >> name: aString [
name := aString
]

{ #category : #'accessing-parameters' }
PREnvironment >> parameters [
^ parameters
]

{ #category : #visiting }
PREnvironment >> printOn: aStream [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ PRRichTextComposerTest >> testItalicFormat [

{ #category : #'tests - Format' }
PRRichTextComposerTest >> testMonospaceFormat [
self skip.
self assertWriting: sample monospace include: self monospaceFormat
]

Expand Down

0 comments on commit 26fa9a1

Please sign in to comment.