summaryrefslogtreecommitdiffstats
path: root/test/Glob/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Glob/strings.py')
-rw-r--r--test/Glob/strings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Glob/strings.py b/test/Glob/strings.py
index 4852790..1ef0421 100644
--- a/test/Glob/strings.py
+++ b/test/Glob/strings.py
@@ -70,3 +70,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: