Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Oct 4, 2019
1 parent 00e764f commit d723a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Text-Tests/TextStreamTest.class.st
Expand Up @@ -12,6 +12,7 @@ Class {

{ #category : #running }
TextStreamTest >> setUp [
super setUp.
stream := TextStream on: (Text new:100)
]

Expand Down
1 change: 1 addition & 0 deletions src/Text-Tests/TextTest.class.st
Expand Up @@ -56,6 +56,7 @@ TextTest >> replacementExample3 [

{ #category : #running }
TextTest >> setUp [
super setUp.
string := 'Pharo is cool'.
text := string copy asText.
text addAttribute: TextEmphasis bold from: 1 to: 5.
Expand Down

0 comments on commit d723a2e

Please sign in to comment.