Add test case for GH-458

This commit is contained in:
kpdecker
2013-04-06 15:28:27 -05:00
parent 31aaa30fcd
commit e33d9b4dcf
+4
View File
@@ -1404,6 +1404,10 @@ test('GS-428: Nested if else rendering', function() {
shouldCompileTo(failingTemplate, [{}, helpers], ' Expected ');
});
test('GH-458: Scoped this identifier', function() {
shouldCompileTo('{{./foo}}', {foo: 'bar'}, 'bar');
});
suite('Utils');
test('escapeExpression', function() {