diff --git a/test/unit.js b/test/unit.js index 9704016..2c82be4 100644 --- a/test/unit.js +++ b/test/unit.js @@ -717,4 +717,13 @@ test("Regression Suite", function() { , 'foobar' , 'Nested Sections with the same name' ); + + equals( + Mustache.to_html( + '{{=~~ ~~=}} ~~>staticInfoPanel~~ ~~={{ }}=~~' + , {} + , { staticInfoPanel: 'Hello' } + ) + , ' Hello ' + , 'Change Delimiter + Partial'); }); \ No newline at end of file