From 9a5dda17fd9f7d0b9f246ddd17f1623ee338236b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 6 Mar 2017 16:01:27 +0100 Subject: tests: Trim trailing whitespace --- tests/test_utf8.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_utf8.lua') diff --git a/tests/test_utf8.lua b/tests/test_utf8.lua index db59a70f..48859960 100644 --- a/tests/test_utf8.lua +++ b/tests/test_utf8.lua @@ -4,7 +4,7 @@ package.path = "../?.lua"; function valid() local encodings = require "util.encodings"; local utf8 = assert(encodings.utf8, "no encodings.utf8 module"); - + for line in io.lines("utf8_sequences.txt") do local data = line:match(":%s*([^#]+)"):gsub("%s+", ""):gsub("..", function (c) return string.char(tonumber(c, 16)); end) local expect = line:match("(%S+):"); -- cgit v1.2.3