Skip to content

Commit

Permalink
Issue #79: remove halt from ZnCharacterStreamTests >> testUtf8Encodin…
Browse files Browse the repository at this point in the history
…gStreamPosition
  • Loading branch information
dalehenrich committed Dec 11, 2022
1 parent 6115ecb commit 69e837d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ZnCharacterStreamTests >> testUtf8EncodingStreamPosition [
stream := (ZnCharacterReadStream on: bytes readStreamPortable).
res := stream next; next; next.
self assert: res equals: $ß.
self assert: stream halt position equals: 3.
self assert: stream position equals: 3.

]

Expand Down

0 comments on commit 69e837d

Please sign in to comment.