mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Previously, it used an odd convention with lowercased names of test data files (with nothing separating individual words), which made adding new tests quite tedious. Also, I removed the test data "exit.py" as it wasn't used by any test. GitOrigin-RevId: 92b1963c67ed01977f5b7ad020984056c9fe045d
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
0(1) element: null
|
|
1(2) element: PyTryExceptStatement
|
|
2(3,5) element: PyTryPart
|
|
3(4,5) element: PyRaiseStatement
|
|
4(5,11) READ ACCESS: Exception
|
|
5(6) element: PyExceptPart
|
|
6(7) element: PyAssignmentStatement
|
|
7(8) READ ACCESS: Exception
|
|
8(9) WRITE ACCESS: foo
|
|
9(10) element: PyRaiseStatement
|
|
10(11) READ ACCESS: foo
|
|
11() element: null |