typelevel / Laika

Site and E-book Generator and Customizable Text Markup Transformer for sbt, Scala and Scala.js
https://typelevel.org/Laika/
Apache License 2.0
406 stars 44 forks source link

Collect fragments while concatenating `xsl-fo` #596

Closed nalkuatov closed 2 months ago

jenshalm commented 4 months ago

Many thanks for contributing. The implementation looks ok, but it needs a test before this can be merged. There is an FOConcatenationSuite, you can add the logic to the existing success case, or you can add a third test. I'm fine with both.

jenshalm commented 2 months ago

Superseded by #607 which also contains a test and builds on #606 which properly deals with fragments with the same name.