You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(type==='='){value=scanner.scanUntil(closingTagRe);if(value.charAt(value.length-1)!=='=')thrownewError('Setting in template failure');value=value.slice(0,-1).trim();}
The text was updated successfully, but these errors were encountered:
As the support for custom delimiters got improved late 2018 in #643 and subsequent PRs, this bug needs to be re-tested before considering a plausible fix.
Closing this for now due to lack of response from issue author. If it indeed still is an issue for what you're trying to do, don't hesitate re-opening the issue for further investigation.
change to
The text was updated successfully, but these errors were encountered: