Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 23, 2017
1 parent 3f07e1c commit 32e29e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/options.js
Expand Up @@ -53,7 +53,7 @@ describe('Skip html parsing & use tree from options.', function () {

describe('Set option', function () {
var html = '<?php echo "Hello word"; ?>'
var multiHTML = '<!doctype><html><body>'+html'</body></html>'
var multiHTML = '<!doctype><html><body>' + html + '</body></html>'

options.directives = [
{ name: '?php', start: '<', end: '>' }
Expand Down

0 comments on commit 32e29e3

Please sign in to comment.