|
|
@@ -159,7 +159,7 @@ describe('Partials spec', function () { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
it('Nested partials should support custom delimiters.', function () { |
|
|
it('Nested partials should support custom delimiters.', function () { |
|
|
var tags = ["[[", "]]"]; |
|
|
|
|
|
|
|
|
var tags = ['[[', ']]']; |
|
|
var template = '[[> level1 ]]'; |
|
|
var template = '[[> level1 ]]'; |
|
|
var partials = { |
|
|
var partials = { |
|
|
level1: 'partial 1\n[[> level2]]', |
|
|
level1: 'partial 1\n[[> level2]]', |
|
|
|