Software /
code /
prosody
Diff
tests/test_utf8.lua @ 7516:f74ff35a4b03
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Jul 2016 18:58:58 +0200 |
parent | 7515:9e48299799d8 |
child | 7961:ff556d010225 |
line wrap: on
line diff
--- a/tests/test_utf8.lua Thu Jul 21 12:24:18 2016 +0100 +++ b/tests/test_utf8.lua Sat Jul 23 18:58:58 2016 +0200 @@ -11,7 +11,6 @@ if expect ~= "pass" and expect ~= "fail" then error("unknown expectation: "..line:match("^[^:]+")); end - local prefix, style = " ", valid_style; local valid = utf8.valid(data); assert_equal(valid, utf8.valid(data.." ")); assert_equal(valid, expect == "pass", line);