瀏覽代碼

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


Loading…
取消
儲存