Skip to content

Commit

Permalink
BlTextParagraphExamplesTest: Remove some <sampleInstance> that aren't…
Browse files Browse the repository at this point in the history
… really
  • Loading branch information
tinchodias committed Jan 15, 2024
1 parent 564d501 commit 059937f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Bloc-Text-Examples/BlTextParagraphExamplesTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,24 @@ Class {
{ #category : #'font - metrics' }
BlTextParagraphExamplesTest >> ascent [

<sampleInstance>
^ -10
]

{ #category : #'font - metrics' }
BlTextParagraphExamplesTest >> descent [

<sampleInstance>
^ 5
]

{ #category : #'instance creation' }
BlTextParagraphExamplesTest >> emoji [

<sampleInstance>
^ '😃'
]

{ #category : #'instance creation' }
BlTextParagraphExamplesTest >> emojiParagraph [

<sampleInstance>
| aParagraph |
aParagraph := self newParagraph.
aParagraph text: self emoji asRopedText.
Expand All @@ -43,7 +39,6 @@ BlTextParagraphExamplesTest >> emojiParagraph [
{ #category : #'instance creation' }
BlTextParagraphExamplesTest >> emptyParagraph [

<sampleInstance>
| aParagraph |
aParagraph := self newParagraph.
aParagraph text: BlText empty.
Expand All @@ -54,14 +49,12 @@ BlTextParagraphExamplesTest >> emptyParagraph [
{ #category : #'font - metrics' }
BlTextParagraphExamplesTest >> glyphWidth [

<sampleInstance>
^ 10
]

{ #category : #'instance creation' }
BlTextParagraphExamplesTest >> haba [

<sampleInstance>
^ 'Haba'
]

Expand All @@ -79,7 +72,6 @@ BlTextParagraphExamplesTest >> habaParagraph [
{ #category : #'font - metrics' }
BlTextParagraphExamplesTest >> height [

<sampleInstance>
^ 12
]

Expand Down

0 comments on commit 059937f

Please sign in to comment.