1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/lua-etlua/fix_unpack.patch
2023-11-02 19:23:17 +00:00

9 lines
279 B
Diff

--- a/spec/etlua_spec.moon 2016-06-06 03:00:45.000000000 -0400
+++ b/spec/etlua_spec.moon 2023-11-02 13:06:18.229980468 -0400
@@ -1,5 +1,6 @@
import compile, render, Parser from require "etlua"
+unpack = table.unpack or unpack
describe "etlua", ->
describe "Parser", ->