Browse Source

fix bom render test expected js syntax

pull/448/head
David da Silva 11 years ago
parent
commit
40f902dea4
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      test/_files/bom_as_whitespace.js

+ 4
- 1
test/_files/bom_as_whitespace.js View File

@@ -1 +1,4 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
({
'tag': 'Tag name w/o BOM',
'\uFEFFtag': 'Tag name with BOM'
})

Loading…
Cancel
Save