浏览代码

Merge 40f902dea4 into 972fd2b27a

pull/448/merge
David da Silva GitHub 3 年前
父节点
当前提交
e57903373a
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 5 个文件被更改,包括 5 次插入2 次删除
  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 查看文件

@@ -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 查看文件

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

+ 4
- 0
test/_files/bom_as_whitespace.js 查看文件

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

+ 1
- 0
test/_files/bom_as_whitespace.mustache 查看文件

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

spec/_files/bom_as_whitespace.txt → test/_files/bom_as_whitespace.txt 查看文件


正在加载...
取消
保存