Sophie Kirschner
|
15f46b755a
|
Fix eslint failure in test/partial-test.js
The linter enforces 'single quotes' but two strings in this test file were written using "double quotes". This issue was causing tests to fail.
|
5 лет назад |
Ricardo Aielo
|
f3bd88837e
|
Fix custom delimiters in nested partials (#739)
Closes https://github.com/janl/mustache.js/pull/738
|
6 лет назад |
Yotam Madem
|
d820d254e5
|
Fix indentation of inline partials (#716)
These changes fixes an indentation bug introduced when partials was
made to also be indented like its parent template. When partials are
rendered inline, it should not be indented with the amount of indentation
that the line already has.
Fixes https://github.com/janl/mustache.js/issues/715
Refs https://github.com/janl/mustache.js/pull/705
|
6 лет назад |
Enno Woortmann
|
c4e56efa16
|
Add test cases for custom functions in partials (#713)
These tests cases proves the partial indention changes that got
released in mustache v3.0.2 broke function output in partials
with indentation.
|
6 лет назад |
Yotam Madem
|
69e2bf39fd
|
Add mustache partials indentation spec and fix one broken test
|
6 лет назад |