diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-23 19:15:34 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-23 19:15:34 +0100 |
commit | fc5da893359424e53801d6d3709174de274e4a81 (patch) | |
tree | b4bee21d5c8077c1293f305268426068316d6946 /test/lua | |
parent | a33a4c9e7bcf4595d0a4a0df002593a85deac0b6 (diff) | |
download | rspamd-fc5da893359424e53801d6d3709174de274e4a81.tar.gz rspamd-fc5da893359424e53801d6d3709174de274e4a81.zip |
[Minor] Fix more tests
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/html.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() </body> </html> - ]], 'content heada headb\r\ndata1 data2\r\n'}, + ]], 'content\r\nheada headb\r\ndata1 data2\r\n'}, {[[ <html lang="en"> <head> |