Skip to content

Commit

Permalink
Fixing html visitor failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jan 7, 2024
1 parent 9dc52bd commit 6e465df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Microdown-Tests/MicMicrodownSnippetFactory.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ MicMicrodownSnippetFactory class >> buildDocument [
<< (factory perform: elementTypeSelector) ] ] ]
]

{ #category : #utilities }
MicMicrodownSnippetFactory class >> protocolNames [
"Return the list of all the protocol names included in this class."

^ self protocols collect: [ :protocol | protocol ]
]

{ #category : #anchor }
MicMicrodownSnippetFactory >> anchorAreTrimedSample [
^ AnchorMarkup, ' test '
Expand Down

0 comments on commit 6e465df

Please sign in to comment.