Aziz Bourahma
Results
2
issues of
Aziz Bourahma
```` MicHTMLVisitor serializeToHTMLDoc: (Microdown parse: '# hello world bllbl # section2 titit ') ````
if the method asHTMLString returns a ' hhh ' it will pass. ```` testConvertMicStringToDoc | expectedHtmlDoc | expectedHtmlDoc := Microdown asHTMLString: MicMicrodownSnippetFactory buildDocument. self assert: (expectedHtmlDoc isKindOf: String) description: 'It...