aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-03-23 17:16:54 +0000
committerMatthew Wild <mwild1@gmail.com>2015-03-23 17:16:54 +0000
commitdcdfeb96d7afbe8eb3dbd77245a455bd4a903d64 (patch)
tree76bb4e5cd4f5d11ff9d69d45e66ec9d9aac9a957 /tests/test.lua
parente718a80a5b2acc3c0d3660a3b45f87941146f0b9 (diff)
downloadprosody-dcdfeb96d7afbe8eb3dbd77245a455bd4a903d64.tar.gz
prosody-dcdfeb96d7afbe8eb3dbd77245a455bd4a903d64.zip
tests: Add UTF-8 validity tests
Diffstat (limited to 'tests/test.lua')
-rw-r--r--tests/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index db727ce1..de1e40fd 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -22,6 +22,7 @@ function run_all_tests()
dotest "util.sasl.scram"
dosingletest("test_sasl.lua", "latin1toutf8");
+ dosingletest("test_utf8.lua", "valid");
end
local verbosity = tonumber(arg[1]) or 2;