mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-14 04:28:26 +00:00
WhitespaceClean-resources/install/scripts
whitespace pass over files for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
require "resources.functions.trim";
|
||||
|
||||
local api = api
|
||||
local api = api
|
||||
if not api then
|
||||
if freeswitch then
|
||||
api = freeswitch.API()
|
||||
@@ -92,7 +92,7 @@ function Cache._self_test()
|
||||
local ok, err = Cache.get("a")
|
||||
assert(nil == ok)
|
||||
assert(err == "NOT FOUND")
|
||||
|
||||
|
||||
local s = "hello \\ ' world"
|
||||
assert(true == Cache.set("a", s))
|
||||
assert(s == Cache.get("a"))
|
||||
|
||||
Reference in New Issue
Block a user