mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +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
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
0(1) element: null
|
|
1(2) element: PyWhileStatement
|
|
2(3,10) READ ACCESS: foo
|
|
3(4) element: PyStatementList. Condition: foo:true
|
|
4(5) element: PyIfStatement
|
|
5(6,9) READ ACCESS: condition
|
|
6(7) element: PyStatementList. Condition: condition:true
|
|
7(8) ASSERTTYPE ACCESS: condition
|
|
8(1) element: PyContinueStatement
|
|
9(1) element: PyPrintStatement
|
|
10() element: null |