From 32e29e3b420e908ea57a1c95a8d81cbaeb4001e2 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 23 Nov 2017 11:28:21 +0300 Subject: [PATCH] test: fix typo --- test/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/options.js b/test/options.js index 4d769ed..c3c6275 100644 --- a/test/options.js +++ b/test/options.js @@ -53,7 +53,7 @@ describe('Skip html parsing & use tree from options.', function () { describe('Set option', function () { var html = '' - var multiHTML = ''+html'' + var multiHTML = '' + html + '' options.directives = [ { name: '?php', start: '<', end: '>' }