Skip to content

Commit

Permalink
Merge pull request #177 from subzey/master
Browse files Browse the repository at this point in the history
BOM as whitespace test case
  • Loading branch information
dasilvacontin committed May 9, 2015
2 parents 9422495 + e54aca8 commit ca42511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/_files/bom_as_whitespace.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
1 change: 1 addition & 0 deletions spec/_files/bom_as_whitespace.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{tag}}
1 change: 1 addition & 0 deletions spec/_files/bom_as_whitespace.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tag name w/o BOM

0 comments on commit ca42511

Please sign in to comment.