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 negative errWith, fix error parsing in both #29

Closed brandonsturgeon closed 1 year ago

brandonsturgeon commented 1 year ago

The negative expectations weren't even taking in any args, so I fixed that up.

Then I noticed that the error parsing itself didn't work if the error message had a colon in it, so I believe I fixed that too.