diff options
Diffstat (limited to 'test/DVIPS')
-rw-r--r-- | test/DVIPS/DVIPS.py | 6 | ||||
-rw-r--r-- | test/DVIPS/DVIPSFLAGS.py | 6 | ||||
-rw-r--r-- | test/DVIPS/PSCOM.py | 6 | ||||
-rw-r--r-- | test/DVIPS/PSCOMSTR.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/test/DVIPS/DVIPS.py b/test/DVIPS/DVIPS.py index b50b3cb..84821a3 100644 --- a/test/DVIPS/DVIPS.py +++ b/test/DVIPS/DVIPS.py @@ -179,3 +179,9 @@ dvips -o bar3.ps bar3.dvi test.must_exist(test.workpath('bar3.ps')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/DVIPS/DVIPSFLAGS.py b/test/DVIPS/DVIPSFLAGS.py index 9fac804..de8322d 100644 --- a/test/DVIPS/DVIPSFLAGS.py +++ b/test/DVIPS/DVIPSFLAGS.py @@ -186,3 +186,9 @@ dvips -o bar3.ps bar3.dvi test.must_exist(test.workpath('bar3.ps')) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/DVIPS/PSCOM.py b/test/DVIPS/PSCOM.py index 0d8408e..3e1e5e9 100644 --- a/test/DVIPS/PSCOM.py +++ b/test/DVIPS/PSCOM.py @@ -61,3 +61,9 @@ test.must_match('aaa.ps', "aaa.dvi\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/DVIPS/PSCOMSTR.py b/test/DVIPS/PSCOMSTR.py index 67f960e..96814a0 100644 --- a/test/DVIPS/PSCOMSTR.py +++ b/test/DVIPS/PSCOMSTR.py @@ -65,3 +65,9 @@ test.must_match('aaa.ps', "aaa.dvi\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |