diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-23 17:16:54 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-23 17:16:54 +0000 |
commit | f70ce48360c597c96aadce377625db25e1627ea8 (patch) | |
tree | 76bb4e5cd4f5d11ff9d69d45e66ec9d9aac9a957 /tests/test.lua | |
parent | dd0acd25ece857dd71d84e0b673b29082e47567d (diff) | |
download | prosody-f70ce48360c597c96aadce377625db25e1627ea8.tar.gz prosody-f70ce48360c597c96aadce377625db25e1627ea8.zip |
tests: Add UTF-8 validity tests
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
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; |