mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-09 21:30:55 +01:00
fix: more test!!
This commit is contained in:
parent
48ca5541ca
commit
2d8b42b6b7
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ checkresults(
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
checkresults(
|
checkresults(
|
||||||
{ false, "pcall.luau:296: foo\npcall.luau:295\npcall.luau:293\n" },
|
{ false, "pcall.luau:296: foo\npcall.luau:296\npcall.luau:293\n" },
|
||||||
xpcall(function()
|
xpcall(function()
|
||||||
error("foo")
|
error("foo")
|
||||||
end, debug.traceback)
|
end, debug.traceback)
|
||||||
|
@ -318,7 +318,7 @@ checkresults(
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
checkresults(
|
checkresults(
|
||||||
{ "yield", "return", false, "pcall.luau:325: foo\npcall.luau:323\npcall.luau:320\n" },
|
{ "yield", "return", false, "pcall.luau:325: foo\npcall.luau:325\npcall.luau:320\n" },
|
||||||
colog(function()
|
colog(function()
|
||||||
return xpcall(function()
|
return xpcall(function()
|
||||||
coroutine.yield()
|
coroutine.yield()
|
||||||
|
|
Loading…
Add table
Reference in a new issue