From fc5da893359424e53801d6d3709174de274e4a81 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 23 Jun 2018 19:15:34 +0100 Subject: [PATCH] [Minor] Fix more tests --- test/lua/unit/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lua/unit/html.lua b/test/lua/unit/html.lua index 6ed815932..a9a490e5b 100644 --- a/test/lua/unit/html.lua +++ b/test/lua/unit/html.lua @@ -100,7 +100,7 @@ context("HTML processing", function() - ]], 'content heada headb\r\ndata1 data2\r\n'}, + ]], 'content\r\nheada headb\r\ndata1 data2\r\n'}, {[[ -- 2.39.5