mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +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)
|
||||
)
|
||||
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()
|
||||
error("foo")
|
||||
end, debug.traceback)
|
||||
|
@ -318,7 +318,7 @@ checkresults(
|
|||
end)
|
||||
)
|
||||
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()
|
||||
return xpcall(function()
|
||||
coroutine.yield()
|
||||
|
|
Loading…
Add table
Reference in a new issue