evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add support for string buffers to the assertEquals builtin #145

Closed rdw-software closed 1 year ago

rdw-software commented 1 year ago

LuaJIT internally converts the buffer contents to strings, so we might as well consider them equivalent for string comparisons.


This is a prerequisite for #90 since the FFI layer makes heavy use of string buffers and I can't add tests for that code otherwise.