diff options
author | kpdecker <kpdecker@gmail.com> | 2015-09-16 16:11:56 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-09-16 16:15:01 -0500 |
commit | 08781798f564a68abee11c74e2b98272657b2a56 (patch) | |
tree | 0f725f743bb28cbc7ada747132edab483c9c5649 /spec/regressions.js | |
parent | 641fe335df78c436aecf5e7173fde529f72ac2f8 (diff) | |
download | handlebars.js-08781798f564a68abee11c74e2b98272657b2a56.zip handlebars.js-08781798f564a68abee11c74e2b98272657b2a56.tar.gz handlebars.js-08781798f564a68abee11c74e2b98272657b2a56.tar.bz2 |
Allow for escaped ] characters in [] IDs
Allows for ] literal characters to be used within [] IDs by prefixing them with the \ character. `\` literal at the end of the may be referenced by the `\\` sequence if conflicting. Under most circumstances the `\\` sequence will continue to work.
Potentially breaking change for users of [] ids that have `\\` anywhere in the id or `\` at the end of the id.
Fixes #1092
Diffstat (limited to 'spec/regressions.js')
0 files changed, 0 insertions, 0 deletions