Skip to content

Commit

Permalink
Fixing some extra cr in tests.
Browse files Browse the repository at this point in the history
All tests are green now.
  • Loading branch information
Ducasse committed Sep 23, 2024
1 parent b6f8f0d commit 4a49d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ MicTextualMicrodownExporterTest >> testAnnotated [
mic := parser parse: factory annotatedSample.
self assert: (mic accept: visitor) contents equals: '>[!note]
> label Foo _bar_

'
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MicMicrodownTextualBuilderTest >> testAnchorReference [
MicMicrodownTextualBuilderTest >> testAnnotated [

self assert: (builder annotated: 'anAnnotation' paragraph: [ builder text: 'anAnnotatedParagraph' ]) contents equals: '>[!anAnnotation]
> anAnnotatedParagraph', String cr
> anAnnotatedParagraph', String cr, String cr
]

{ #category : 'tests - anchor' }
Expand Down

0 comments on commit 4a49d65

Please sign in to comment.