diff options
author | Aki <please@ignore.pl> | 2024-02-16 00:53:59 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-02-16 00:54:57 +0100 |
commit | 392287e65104e54a6d3724ce64be6b2d709ca0e0 (patch) | |
tree | 8d94a947777b1f6b7103eb16f7b69eaae3e4fa50 /srcinfo_spec.lua | |
parent | a5634616e022f5923614f35729585aac19a5a543 (diff) | |
download | lua-srcinfo-392287e65104e54a6d3724ce64be6b2d709ca0e0.zip lua-srcinfo-392287e65104e54a6d3724ce64be6b2d709ca0e0.tar.gz lua-srcinfo-392287e65104e54a6d3724ce64be6b2d709ca0e0.tar.bz2 |
Composites won't spill anymore into base or sibling packages
Diffstat (limited to 'srcinfo_spec.lua')
-rw-r--r-- | srcinfo_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcinfo_spec.lua b/srcinfo_spec.lua index 3f6eee8..b0b574b 100644 --- a/srcinfo_spec.lua +++ b/srcinfo_spec.lua @@ -258,7 +258,7 @@ describe("Composite fields are", function() assert.are.same({"library", "special"}, pkgs[2].depends) end) - it("separeted", function() + it("separated", function() local pkgs = srcinfo(stx.dedent[[ pkgbase = example depends = library |