Software /
code /
prosody
Comparison
spec/util_iterators_spec.lua @ 8805:82d68951ec2a
spec/util_iterators: Remove unused import of util.set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 18 May 2018 23:23:09 +0200 |
parent | 8802:befffddf1b25 |
child | 9327:f6f1dec164b5 |
comparison
equal
deleted
inserted
replaced
8804:c12eb919db3b | 8805:82d68951ec2a |
---|---|
1 local iter = require "util.iterators"; | 1 local iter = require "util.iterators"; |
2 local set = require "util.set"; | |
3 | 2 |
4 describe("util.iterators", function () | 3 describe("util.iterators", function () |
5 describe("join", function () | 4 describe("join", function () |
6 it("should produce a joined iterator", function () | 5 it("should produce a joined iterator", function () |
7 local expect = { "a", "b", "c", 1, 2, 3 }; | 6 local expect = { "a", "b", "c", 1, 2, 3 }; |