883 raw annotated annotation paragraph a block looks bogus#888
Conversation
|
This sounds good to me. |
|
There is one test that is not passing MicTextualMicrodownExporterTest
|
| paragraph: [ super visitAnnotated: anAnnotated ] | ||
| | string textualExporter | | ||
| string := ''. | ||
| textualExporter := MicTextualMicrodownExporter new. |
There was a problem hiding this comment.
Pourquoi est ce que tu recrees une instance de la meme classe ? car tu pourrais utiliser self.
Est ce que c'est parce que tu veux jeter le contenu?
La variable string me semble pas etre utilisee.
There was a problem hiding this comment.
Pour le builder textWithBracket: j'ai besoin d'un String comme paramétre
Comme je n'avait que les enfants de anAnnotated, j'ai utilisé un nouveaux MicTextualMicrodownExporter et je l'ai fait visité tout les enfants afin de produire le String.
Le probléme d'utiliser self comme visiteur des enfants de anAnnotated, et qu'il va ajouter automatiquement dans son stream le contenu de ce qu'il va visiter, sans ajouter le charater '>' au début
Pour la variable String, j'ai oublié de la supprimer
There was a problem hiding this comment.
Ok je comprends maintenant je me demandais si cela marchait avec plusieurs lignes.
J'imagine que tu as des tests.
Issue #883
I don't know if it's the good way to do, but i don't now how to do with a blockClosure in paragraph of rawAnnotated:paragraph: cause I need to cut the linefeed of the String