Skip to content

We need a canonical way to represent internally elements with multiple lines #943

Open
@Ducasse

Description

@Ducasse
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions