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
fix percent escape not working when not at the beginning of the line
Fixed parsing issue where attempting to render a single percent sign %
using an escaped percent %% would not function correctly if the escaped
percent were not the first character on a line. Note that this is a revised
version of a similar change made in Mako 1.3.1 which caused unexpected
parsing regressions, resulting in the release being yanked.
Pull request courtesy Hai Zhu.
Fixes: #323Closes: #383
Pull-request: #383
Pull-request-sha: db93097
Change-Id: Ia13b652ccdb3cc51bb8a28aed329b4677d49e3ba
0 commit comments