Skip to content

Fix text search across lines between paragraphs

This commit fixes the "across lines" text
search feature of TextPage::findText() when
the match happens from the last line of a
paragraph to the first line of next paragraph.

Includes tests for this bug.

Fixes #1475 (closed)
Fixes https://gitlab.gnome.org/GNOME/evince/-/issues/2001

Merge request reports