tests/test-parseindex2.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 14 Feb 2016 12:42:25 +0900
changeset 28343 a6c2310b3827
parent 7110 75fdc39b6172
permissions -rw-r--r--
templater: factor out function that evaluates argument as integer We have more bare int()s that may raise ValueError or TypeError. This function will be used to fix them.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done