Sophie Kirschner
|
67eb95cf5f
|
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.
|
vor 5 Jahren |
Ricardo Aielo
|
f3bd88837e
|
Fix custom delimiters in nested partials (#739)
Closes https://github.com/janl/mustache.js/pull/738
|
vor 6 Jahren |
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
|
vor 6 Jahren |
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.
|
vor 6 Jahren |
Yotam Madem
|
69e2bf39fd
|
Add mustache partials indentation spec and fix one broken test
|
vor 6 Jahren |