summaryrefslogtreecommitdiffstats
path: root/test/ARGLIST.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ARGLIST.py')
-rw-r--r--test/ARGLIST.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ARGLIST.py b/test/ARGLIST.py
index c70ed8e..186ad06 100644
--- a/test/ARGLIST.py
+++ b/test/ARGLIST.py
@@ -46,3 +46,9 @@ expect = test.wrap_stdout(read_str="""\
test.run(arguments='a=1 bz=3 xx=sd zzz=foo=bar .', stdout = expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: