Explorar el Código

fix bom render test expected js syntax

pull/448/head
David da Silva hace 11 años
padre
commit
40f902dea4
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      test/_files/bom_as_whitespace.js

+ 4
- 1
test/_files/bom_as_whitespace.js Ver fichero

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

Cargando…
Cancelar
Guardar