Files
langkit/testsuite/tests/python-api/node_negative_index/test.out
Pierre-Marie de Rodat c337665896 Add a testcase for ASTNode child getter in the Python API
TN: Q223-004
For #8
2017-02-23 15:11:19 +01:00

11 lines
183 B
Plaintext

i=-4: <IndexError>
i=-3: <Name 1:1-1:2>
i=-2: <Name 1:3-1:4>
i=-1: <Name 1:5-1:6>
i=0: <Name 1:1-1:2>
i=1: <Name 1:3-1:4>
i=2: <Name 1:5-1:6>
i=3: <IndexError>
i=4: <IndexError>
Done