inspect.lua
inspect.lua copied to clipboard
Typo in the examples, oops
in the example
assert(inspect({ f = print, ud = some_user_data, thread = a_thread} ) == [[{
f = <function 1>,
u = <userdata 1>,
thread = <thread 1>
}]])
u = <userdata 1>
should be ud = <userdata 1>