Hi lukas
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.
I was wondering why the "self renderWiki: (self parseWiki: wiki)" does
not return a
wiki entity and not just a text?
For the other people that may want to follow the discussion:
a resourceForWiki is a text for example
'!Heading 1
!!Heading 2
!!!Heading 3
!!!!Heading 4'
thanks