Current File : //usr/local/apps/python3/lib/python3.11/test/__pycache__/test_tabnanny.cpython-311.opt-1.pyc |
�
�Ke�5 � �B � d Z ddlmZmZ ddlZddlZddlZddlZddlZddl Z ddl
mZmZm
Z
mZ ddlmZ dddd d
dd�Z G d
� d� � Z G d� de� � Z G d� de� � Z G d� de� � Z G d� de� � Z G d� de� � Z G d� de� � ZdS )zfTesting `tabnanny` module.
Glossary:
* errored : Whitespace related problems present in file.
� )�TestCase�mockN)�captured_stderr�captured_stdout�
script_helper�findfile)�unlinkzCfruits = [
"Apple",
"Orange",
"Banana",
print(fruits)
zLif True:
print("hello")
print("world")
else:
print("else called")
zIif True:
print("hello")
print("world")
else:
print("else called")
zNif True:
print("hello")
print("world")
else:
print("else called")
zGdef my_func():
print("hello world")
if True:
print("If called")zLdef my_func():
print("Hello world")
if True:
print("If called"))�incomplete_expression�wrong_indented�nannynag_errored�
error_free�tab_space_errored_1�tab_space_errored_2c �&