summaryrefslogtreecommitdiff
path: root/tests/farm/html/src/tabbed.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/html/src/tabbed.py')
-rw-r--r--tests/farm/html/src/tabbed.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/farm/html/src/tabbed.py b/tests/farm/html/src/tabbed.py
deleted file mode 100644
index 573ab126..00000000
--- a/tests/farm/html/src/tabbed.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-
-# This file should have tabs.
-x = 1
-if x:
- a = "Tabbed" # Aligned comments
- if x: # look nice
- b = "No spaces" # when they
- c = "Done" # line up.