CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Fix "expect.errWith()" expecting filename and line number prepended to the message #16

Closed TomDotBat closed 1 year ago

TomDotBat commented 1 year ago

Solves situations like this:

Expected function: 0x7f56cc5ec010 to error with 'Expected a string.', got 'addons/project/lua/my/code.lua:35: Expected a string.'