File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11* .rock
2+ * .rockspec
23.luarocks_key
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ install_dependencies:
66 luarocks install simple_test
77
88test :
9- lua test.lua
9+ LUA_PATH= " ./src/?.lua;./src/?/init.lua;./src/array/?.lua;; " lua test.lua
1010
1111rockspec :
1212 bash $(task_folder ) create_rockspec.sh $(version )
Original file line number Diff line number Diff line change 1- local utils = require (' ./ utils' )
1+ local utils = require (' array. utils' )
22
33local array
44
File renamed without changes.
Original file line number Diff line number Diff line change 1- package.path = " ./src/?.lua;" .. package.path
2-
3- local array = require ' ./src/array'
41local test = require ' simple_test'
2+ local array = require ' array'
53
64test (' meta infos' , function (a )
75 a .equal (array .__VERSION , ' 1.3.1' )
You can’t perform that action at this time.
0 commit comments