Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 28, 2024
1 parent 31b3412 commit 62ee106
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ BitmapCharacterSetTest >> characters [

{ #category : 'enumerating' }
BitmapCharacterSetTest >> charactersDo: aBlock [

self characters do: aBlock
]

Expand Down Expand Up @@ -197,8 +198,8 @@ BitmapCharacterSetTest >> testComplement [

{ #category : 'tests' }
BitmapCharacterSetTest >> testConcatenation [
| set |

| set |
set := self emptySet.
self
assertSet: set, self nonEmptySet
Expand All @@ -218,8 +219,8 @@ BitmapCharacterSetTest >> testConcatenation [

{ #category : 'tests' }
BitmapCharacterSetTest >> testCopy [
| set |

| set |
set := self emptySet.
self
assertSet: set copy
Expand All @@ -235,8 +236,8 @@ BitmapCharacterSetTest >> testCopy [

{ #category : 'tests' }
BitmapCharacterSetTest >> testCopyEmpty [
| set |

| set |
set := self emptySet.
self
assertSet: set copyEmpty
Expand Down Expand Up @@ -281,8 +282,8 @@ BitmapCharacterSetTest >> testEquals [

{ #category : 'tests' }
BitmapCharacterSetTest >> testHasWideCharacters [
| set |

| set |
set := self emptySet.
self deny: set hasWideCharacters.

Expand Down

0 comments on commit 62ee106

Please sign in to comment.