diff options
Diffstat (limited to 'test/Glob/source.py')
-rw-r--r-- | test/Glob/source.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Glob/source.py b/test/Glob/source.py index 4142fc0..33baf37 100644 --- a/test/Glob/source.py +++ b/test/Glob/source.py @@ -86,3 +86,9 @@ test.must_match(['var1', 'f.out'], "src/f4.in\nsrc/f5.in\n") test.must_match(['var2', 'f.out'], "src/f6.in\nsrc/f7.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |