diff options
Diffstat (limited to 'test')
-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 8582c4edc..81c52ec1b 100644 --- a/test/lua/unit/html.lua +++ b/test/lua/unit/html.lua @@ -56,7 +56,7 @@ context("HTML processing", function() </div> </body> </html> - ]], 'Hello, world!\ntest\ncontent\nmore content\ncontent inside div\n'}, + ]], 'Hello, world!\ntest\ncontentmore content\ncontent inside div\n'}, {[[ <html lang="en"> <head> |