diff options
Diffstat (limited to 'testsuite/E26.py')
-rw-r--r-- | testsuite/E26.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/E26.py b/testsuite/E26.py new file mode 100644 index 0000000..b4f7af7 --- /dev/null +++ b/testsuite/E26.py @@ -0,0 +1,6 @@ +#: E261 +pass # an inline comment +#: E262 +x = x + 1 #Increment x +#: E262 +x = x + 1 # Increment x |