diff options
Diffstat (limited to 'tests/indent/algorithm/trailing.py')
| -rw-r--r-- | tests/indent/algorithm/trailing.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/algorithm/trailing.py b/tests/indent/algorithm/trailing.py new file mode 100644 index 000000000..9a753ae33 --- /dev/null +++ b/tests/indent/algorithm/trailing.py @@ -0,0 +1,6 @@ +class x: # Ignore comment + +class y: + def z(): # Ignore comment + +class t: |
