mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
This commit is contained in:
parent
fce45aff34
commit
c812a98068
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ describe("util.paths", function ()
|
|||
it("works", function ()
|
||||
assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
|
||||
end);
|
||||
|
||||
end)
|
||||
|
||||
describe("#resolve_relative_path()", function ()
|
||||
it("returns absolute paths as-is", function ()
|
||||
if sep == "/" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue