Skip to content

Fix allow_breaks handling

Matthias Clasen requested to merge fix-allow-breaks into main

handling of segmentation attributes can introduce line breaks, after we removed them in allow_breaks handling. Change the order to handle allow_breaks last, so this doesn't happen.

Update affected tests.

Merge request reports