tests/test-parseindex2.py.out
author Yuya Nishihara <yuya@tcha.org>
Wed, 17 Feb 2016 21:30:04 +0900
changeset 34060 90896b61fe26
parent 7110 75fdc39b6172
permissions -rw-r--r--
parser: add helper function that constructs parsed tree from template This function will be used as follows: build('only(_, _)', x, y) See the next patch for details.
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