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 | 22befd94aeb723dd74050b931ad98b8784e3a70e (patch) | |
tree | 727483776da8fe8778437e5d771b892eef7847b2 /spec | |
parent | efb290407fdf5ae6142b8ce1a0033d7cefdba69e (diff) | |
download | prosody-22befd94aeb723dd74050b931ad98b8784e3a70e.tar.gz prosody-22befd94aeb723dd74050b931ad98b8784e3a70e.zip |
util_paths_spec: Trim trailing white space
And add spacing between describe() blocks
Diffstat (limited to 'spec')
-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 |