comparison Makefile @ 24949:890845af1ac2 stable

templater: strictly parse leading backslashes of '{' (issue4569) (BC) Because double backslashes are processed as a string escape sequence, '\\{' should start the template syntax. On the other hand, r'' disables any sort of \-escapes, so r'\{' can go either way, never start the template syntax or always start it. I simply chose the latter, which means r'\{' is the same as '\\{'.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 04 May 2015 10:17:34 +0900
parents 64e3f97bdf08
children ab75baaf81d5
comparison
equal deleted inserted replaced
24948:db7463aa080f 24949:890845af1ac2