Skip to content

Commit 91e5ccd

Browse files
author
Andrew Ferrier
committed
fix: Use dynamic filename
1 parent ded3664 commit 91e5ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debugprint.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ describe("can repeat with move to line", function()
615615
"print('DEBUGPRINT[1]: " .. filename .. ":1 (after foo)')",
616616
"print('DEBUGPRINT[2]: "
617617
.. filename
618-
.. ":2 (after print(DEBUGPRINT[1]: 28.lua:1 (after foo…)')",
618+
.. ":2 (after print(DEBUGPRINT[1]: " .. filename .. ":1 (after foo…)')",
619619
"bar",
620620
})
621621

0 commit comments

Comments
 (0)