mustache 2.4.3 → 2.4.3.1
raw patch · 5 files changed
+9/−4 lines, 5 files
Files
- CHANGELOG.md +5/−0
- mustache.cabal +1/−1
- test/unit/examples/partials/test-partial.txt.mustache +1/−1
- test/unit/examples/test-template-partials.txt.mustache +1/−1
- test/unit/examples/test-template.txt.mustache +1/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Mustache library changelog +## v2.4.3.1 + +- Renormalize the line endings in `test/unit/examples` (for the + `test-suite unit-tests` stanza) to use the LF convention. + ## v2.4.3 - Adds compatibility with `text >= 2.1.2`.
mustache.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: mustache -version: 2.4.3 +version: 2.4.3.1 synopsis: A mustache template parser library. description: Allows parsing and rendering template files with mustache markup. See the mustache <http://mustache.github.io/mustache.5.html language reference>.
test/unit/examples/partials/test-partial.txt.mustache view
@@ -1,1 +1,1 @@-and {{ partials }} +and {{ partials }}
test/unit/examples/test-template-partials.txt.mustache view
@@ -1,1 +1,1 @@-This {{ template }} was injected at compile time with an embedded file {{> test-partial.txt.mustache }} +This {{ template }} was injected at compile time with an embedded file {{> test-partial.txt.mustache }}
test/unit/examples/test-template.txt.mustache view
@@ -1,1 +1,1 @@-This {{ template }} was injected at compile time with an embedded file +This {{ template }} was injected at compile time with an embedded file