mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
spec: Trim trailing whitespace
This commit is contained in:
parent
d03099c7cc
commit
77ec8a1b6e
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ describe("core.moduleapi", function()
|
|||
it("should return handle arrays", function()
|
||||
test_option_value({1, 2, 3}, { boolean = true, string = "1", number = 1, array = {1, 2, 3}, set = {1, 2, 3} });
|
||||
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} });
|
||||
test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} });
|
||||
test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} });
|
||||
end);
|
||||
end)
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue