diff -r 204131131766 -r df41c7be16d6 tests/test-parseindex.t --- a/tests/test-parseindex.t Fri Aug 21 16:12:24 2015 -0700 +++ b/tests/test-parseindex.t Fri Aug 28 11:14:24 2015 +0900 @@ -96,9 +96,9 @@ > print inst > EOF good heads: - 0: - 1: - -1: + 0: [0] + 1: [0] + -1: [] bad heads: 2: head out of range 10000: head out of range @@ -106,14 +106,14 @@ -10000: head out of range None: an integer is required good roots: - 0: - 1: - -1: + 0: [0] + 1: [1] + -1: [-1] out-of-range roots are ignored: - 2: - 10000: - -2: - -10000: + 2: [] + 10000: [] + -2: [] + -10000: [] bad roots: None: an integer is required