diff --git a/spec/_files/escaped.js b/spec/_files/escaped.js index 7a8baef..875776a 100644 --- a/spec/_files/escaped.js +++ b/spec/_files/escaped.js @@ -2,5 +2,6 @@ var escaped = { title: function() { return "Bear > Shark"; }, + subtitle: 'Rock 'n Roll', entities: """ }; diff --git a/spec/_files/escaped.mustache b/spec/_files/escaped.mustache index ea25951..b8f82d0 100644 --- a/spec/_files/escaped.mustache +++ b/spec/_files/escaped.mustache @@ -1,2 +1,3 @@

{{title}}

+

{{subtitle}}

But not {{entities}}. diff --git a/spec/_files/escaped.txt b/spec/_files/escaped.txt index 73ac5ce..7f750d4 100644 --- a/spec/_files/escaped.txt +++ b/spec/_files/escaped.txt @@ -1,2 +1,3 @@

Bear > Shark

+

Rock 'n Roll

But not ".