tests/test-parseindex2.py.out
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 11:59:21 -0400
changeset 37925 b8c2004a8d2b
parent 7110 75fdc39b6172
permissions -rw-r--r--
tests: port test-ui-color.py to Python 3 As in some other tests, I like confirming that we're dealing with bytes here, so the b prefix is now in the expected output on both 2 and 3. Differential Revision: https://phab.mercurial-scm.org/D3512
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