diff options
author | Kim Alvefur <zash@zash.se> | 2020-10-17 19:24:44 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-10-17 19:24:44 +0200 |
commit | c812a980682ce678045ee8031b8b0da9237458f0 (patch) | |
tree | 727483776da8fe8778437e5d771b892eef7847b2 | |
parent | fce45aff34dea1959b0640d9a02374c6bb5897de (diff) | |
download | prosody-c812a980682ce678045ee8031b8b0da9237458f0.tar.gz prosody-c812a980682ce678045ee8031b8b0da9237458f0.zip |
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
-rw-r--r-- | spec/util_paths_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_paths_spec.lua b/spec/util_paths_spec.lua index 243b35fb..2e8a0c08 100644 --- a/spec/util_paths_spec.lua +++ b/spec/util_paths_spec.lua @@ -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 |