comparison tests/test-merge-internal-tools-pattern.t @ 29816:034412ca28c3

templater: fix if() to not evaluate False as bool('False') Before, False was True. This patch fixes the issue by processing True/False transparently. The other values (including integer 0) are tested as strings for backward compatibility, which means "if(latesttagdistance)" never be False. Should we change the behavior of "if(0)" as well?
author Yuya Nishihara <yuya@tcha.org>
date Thu, 18 Aug 2016 16:29:22 +0900
parents ff12a6c63c3d
children 41ef02ba329b
comparison
equal deleted inserted replaced
29815:0d5cc0c18b4e 29816:034412ca28c3