You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bodyFromLine: line
(self doesLineStartWithStopMarkup: line)
ifTrue: [ isClosed := true ]
ifFalse: [ body := body ifNil: [ line ] ifNotNil: [
body , String cr , line ] ]
hard codes String cr and this would be ok if we can treat such information during tests