Parcourir la source

fix bom render test expected js syntax

pull/448/head
David da Silva il y a 11 ans
Parent
révision
40f902dea4
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      test/_files/bom_as_whitespace.js

+ 4
- 1
test/_files/bom_as_whitespace.js Voir le fichier

@@ -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'
})

Chargement…
Annuler
Enregistrer