Skip to content

Commit

Permalink
Add test case for GH-458
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Apr 6, 2013
1 parent 31aaa30 commit e33d9b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/qunit_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e33d9b4

Please sign in to comment.