edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Translator filter merge sub-directives #48

Closed cedk closed 3 months ago

cedk commented 3 years ago

I have wrote a test that shows the problem: https://github.com/cedk/genshi/commit/53f60233156b87190f03b7dca3f59cd6acaba56b

cedk commented 3 years ago

It seems the problem comes from https://github.com/edgewall/genshi/blob/master/genshi/template/markup.py#L179..L181 but removing them fails many tests.