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