Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 23, 2024
1 parent 4aed62c commit e7fbdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.d/pr-10646.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e7fbdb9

Please sign in to comment.