Hello,
with david R. we are having a look at the test
testRoundTripWiki
self resourcesForWiki do: [ :wiki |
self assert: (self renderWiki: (self parseWiki: wiki)) = wiki ]
this test breask because of the smilies introduction.
Now it works. There was a bug in the WikiScanner, I fixed it, so the tests
pass.
Best regards,
David