Skip to content

test-modem-helpers: add EOL to strings matched with G_REGEX_NEWLINE_CRLF

Looks like pcre2 (used since glib 2.73.2) requires EOLs to match if G_REGEX_NEWLINE_CRLF is explicitly used. The tests are updated accordingly, because the modem responses will anyway have the EOLs as well.

See https://gitlab.gnome.org/GNOME/glib/-/issues/2729#note_1544130

Fixes #601 (closed)

Merge request reports