From e7fbdb94df2f38d78091c51aa700eaf6fddba537 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 23 Dec 2024 16:25:26 -0500 Subject: [PATCH] ... --- changelog.d/pr-10646.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.d/pr-10646.md b/changelog.d/pr-10646.md index 8c93778d8a6..d90ce3fa5eb 100644 --- a/changelog.d/pr-10646.md +++ b/changelog.d/pr-10646.md @@ -149,8 +149,8 @@ We can now implement `assertOutputContains` by calling `assertOn`: + } ``` -This is still lenient but `encodeLf` doesn't replace LF with spaces like -`concatOutput` (`lineBreaksToSpaces`) did: +This is still lenient by allowing LF to match CRLF but `encodeLf` doesn't +replace LF with spaces like `concatOutput` (`lineBreaksToSpaces`) did: ```haskell -- | Replace line CRLF line breaks with LF line breaks.