summaryrefslogtreecommitdiffstats
path: root/test/file-names.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/file-names.py')
-rw-r--r--test/file-names.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/file-names.py b/test/file-names.py
index 6f486c9..b7fd043 100644
--- a/test/file-names.py
+++ b/test/file-names.py
@@ -91,3 +91,9 @@ for i in range(1, 255):
test.fail_test(test.read("out" + c) != contents(c))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: