mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 16:25:25 +00:00
committed by
Andreas Rumpf
parent
8407a57499
commit
afbcd1b330
@@ -122,8 +122,13 @@ let expLines = splitLines(expected.strip)
|
||||
|
||||
if resLines.len != expLines.len:
|
||||
echo("Not matched! Wrong number of lines!")
|
||||
echo()
|
||||
echo(result)
|
||||
echo expLines.len
|
||||
echo resLines.len
|
||||
echo("Expected: -----------")
|
||||
echo expected
|
||||
echo("Gotten: -------------")
|
||||
echo result
|
||||
echo("---------------------")
|
||||
quit(QuitFailure)
|
||||
|
||||
var ok = true
|
||||
|
||||
Reference in New Issue
Block a user