Software /
code /
prosody
Comparison
spec/core_moduleapi_spec.lua @ 8562:a6188f5d5bb5
spec: Trim trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 06 Mar 2018 06:27:20 +0100 |
parent | 8236:4878e4159e12 |
child | 13400:786c7707f306 |
comparison
equal
deleted
inserted
replaced
8561:7b9ffddc4276 | 8562:a6188f5d5bb5 |
---|---|
68 end); | 68 end); |
69 | 69 |
70 it("should return handle arrays", function() | 70 it("should return handle arrays", function() |
71 test_option_value({1, 2, 3}, { boolean = true, string = "1", number = 1, array = {1, 2, 3}, set = {1, 2, 3} }); | 71 test_option_value({1, 2, 3}, { boolean = true, string = "1", number = 1, array = {1, 2, 3}, set = {1, 2, 3} }); |
72 test_option_value({1, 2, 3, 3, 4}, {boolean = true, string = "1", number = 1, array = {1, 2, 3, 3, 4}, set = {1, 2, 3, 4} }); | 72 test_option_value({1, 2, 3, 3, 4}, {boolean = true, string = "1", number = 1, array = {1, 2, 3, 3, 4}, set = {1, 2, 3, 4} }); |
73 test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} }); | 73 test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} }); |
74 end); | 74 end); |
75 end) | 75 end) |
76 end) | 76 end) |