Diff

tests/test.lua @ 6603:e702ae7aa3d9

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 26 Mar 2015 16:49:03 +0000
parent 6602:61b6a4fc65f1
child 6824:85578994d376
line wrap: on
line diff
--- a/tests/test.lua	Tue Mar 24 13:41:18 2015 +0000
+++ b/tests/test.lua	Thu Mar 26 16:49:03 2015 +0000
@@ -22,6 +22,7 @@
 	dotest "util.sasl.scram"
 
 	dosingletest("test_sasl.lua", "latin1toutf8");
+	dosingletest("test_utf8.lua", "valid");
 end
 
 local verbosity = tonumber(arg[1]) or 2;