tests/test-parseindex2.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 27 May 2015 13:22:48 -0700
changeset 25579 b76410eed482
parent 7110 75fdc39b6172
permissions -rw-r--r--
match: don't remove '.' from _includeroots This makes _includeroots more like _fileroots and gives visitdir() a nice symmetry in the two. I'm hoping to later combine the two (_fileroots and _includeroots), and having them treated similarly should make that step easier to follow.
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