Rem line numbers

This commit is contained in:
Smaug123
2025-07-29 08:53:30 +01:00
parent a356d59ef3
commit 4dfd862ebe

View File

@@ -529,7 +529,7 @@ type ExpectBuilder (mode : Mode) =
if snapshot <> actual then
let diff =
Diff.patienceLines (Array.ofList snapshot) (Array.ofList actual)
|> Diff.formatWithLineNumbers
|> Diff.format
match mode with
| Mode.Assert ->