mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Show source file in error messages
This commit is contained in:
parent
b233d7fa1e
commit
a6c4eee4b3
14 changed files with 84 additions and 71 deletions
|
|
@ -182,6 +182,7 @@ else
|
|||
print(inspect(result))
|
||||
print("is not equal to")
|
||||
print(inspect(output))
|
||||
print("")
|
||||
end
|
||||
else
|
||||
success = success + 1
|
||||
|
|
@ -192,6 +193,7 @@ else
|
|||
print(e)
|
||||
print("result was:")
|
||||
print(inspect(result))
|
||||
print("")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue