Sfoglia il codice sorgente

fix bom render test expected js syntax

pull/448/head
David da Silva 11 anni fa
parent
commit
40f902dea4
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      test/_files/bom_as_whitespace.js

+ 4
- 1
test/_files/bom_as_whitespace.js Vedi 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…
Annulla
Salva