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
340 B
Plaintext
11 lines
340 B
Plaintext
0(1) element: null
|
|
1(2) element: PyAssignmentStatement
|
|
2(3) element: PyBinaryExpression
|
|
3(4,5) READ ACCESS: bar
|
|
4(9) element: null. Condition: bar:true
|
|
5(6) element: null. Condition: bar:false
|
|
6(7,8) READ ACCESS: baz
|
|
7(9) element: null. Condition: baz:false
|
|
8(9) element: null. Condition: baz:true
|
|
9(10) WRITE ACCESS: foo
|
|
10() element: null |