mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Rename lib to candran
This commit is contained in:
parent
5fff7612f4
commit
dc19ac56a9
13 changed files with 2007 additions and 2000 deletions
|
|
@ -2,7 +2,7 @@ local candran = dofile(arg[1] or "../candran.lua")
|
|||
candran.default.indentation = "\t"
|
||||
candran.default.mapLines = false
|
||||
|
||||
local load = require("lib.util").load
|
||||
local load = require("candran.util").load
|
||||
|
||||
-- test helper
|
||||
local results = {} -- tests result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue