We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a4364 commit 00e0588Copy full SHA for 00e0588
tests/testutil.go
@@ -56,7 +56,7 @@ func tRun(L *lua.LState) int {
56
func tLog(L *lua.LState) int {
57
t := checkT(L, 1)
58
where := L.Where(1)
59
- args := []interface{}{where}
+ args := []interface{}{"\n", where}
60
top := L.GetTop()
61
for i := 2; i <= top; i++ {
62
args = append(args, L.Get(i))
0 commit comments