Browse Source

Merge 40f902dea4 into 972fd2b27a

pull/448/merge
David da Silva GitHub 3 years ago
parent
commit
e57903373a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 2 deletions
  1. +0
    -1
      spec/_files/bom_as_whitespace.js
  2. +0
    -1
      spec/_files/bom_as_whitespace.mustache
  3. +4
    -0
      test/_files/bom_as_whitespace.js
  4. +1
    -0
      test/_files/bom_as_whitespace.mustache
  5. +0
    -0
      test/_files/bom_as_whitespace.txt

+ 0
- 1
spec/_files/bom_as_whitespace.js View File

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

+ 0
- 1
spec/_files/bom_as_whitespace.mustache View File

@@ -1 +0,0 @@
{{tag}}

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

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

+ 1
- 0
test/_files/bom_as_whitespace.mustache View File

@@ -0,0 +1 @@
{{{tag}}}

spec/_files/bom_as_whitespace.txt → test/_files/bom_as_whitespace.txt View File


Loading…
Cancel
Save