mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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
20 lines
114 B
Python
20 lines
114 B
Python
if 0j:
|
|
pass
|
|
|
|
if 1j:
|
|
pass
|
|
else:
|
|
pass
|
|
|
|
if 2j:
|
|
pass
|
|
elif 3j:
|
|
pass
|
|
|
|
if 4j:
|
|
pass
|
|
elif 5j:
|
|
pass
|
|
else:
|
|
1
|