MDL-56341 mustache: JS engines handles strings wrapped in quote
authorFrédéric Massart <fred@moodle.com>
Tue, 11 Oct 2016 12:03:48 +0000 (14:03 +0200)
committerDamyon Wiese <damyon@moodle.com>
Thu, 20 Oct 2016 04:13:42 +0000 (12:13 +0800)
commita89cf23744700bc006986e52246eed4c741e8fb5
treebaa1e49f34a8509e131063a3e63d8763a996f401
parentd9520bc04e4d47d8dedfbe6b07cbbe0cb14c7fcf
MDL-56341 mustache: JS engines handles strings wrapped in quote

Prior to the patch the strings wrapped as the following one
where not found and replaced when rendering the template via Javascript

{{#quote}}{{#str}}string,component{{/str}}{{/quote}}
lib/amd/build/templates.min.js
lib/amd/src/templates.js