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