summaryrefslogtreecommitdiff
path: root/test/farm/html/src/tabbed.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/src/tabbed.py')
-rw-r--r--test/farm/html/src/tabbed.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py
deleted file mode 100644
index 2035852f..00000000
--- a/test/farm/html/src/tabbed.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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.