summaryrefslogtreecommitdiffstats
path: root/test/TEX
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX')
-rw-r--r--test/TEX/LATEX.py6
-rw-r--r--test/TEX/LATEX2.py6
-rw-r--r--test/TEX/LATEXCOM.py6
-rw-r--r--test/TEX/LATEXCOMSTR.py6
-rw-r--r--test/TEX/LATEXFLAGS.py6
-rw-r--r--test/TEX/PDFLATEX.py6
-rw-r--r--test/TEX/PDFLATEXCOM.py6
-rw-r--r--test/TEX/PDFLATEXCOMSTR.py6
-rw-r--r--test/TEX/PDFLATEXFLAGS.py6
-rw-r--r--test/TEX/PDFTEX.py6
-rw-r--r--test/TEX/PDFTEXCOM.py6
-rw-r--r--test/TEX/PDFTEXCOMSTR.py6
-rw-r--r--test/TEX/PDFTEXFLAGS.py6
-rw-r--r--test/TEX/PDF_single_source.py6
-rw-r--r--test/TEX/TEX.py6
-rw-r--r--test/TEX/TEXCOM.py6
-rw-r--r--test/TEX/TEXCOMSTR.py6
-rw-r--r--test/TEX/TEXFLAGS.py6
-rw-r--r--test/TEX/auxiliaries.py6
-rw-r--r--test/TEX/bibliography.py6
-rw-r--r--test/TEX/bibtex-latex-rerun.py6
-rw-r--r--test/TEX/clean.py6
-rw-r--r--test/TEX/configure.py6
-rw-r--r--test/TEX/dryrun.py6
-rw-r--r--test/TEX/eps_graphics.py6
-rw-r--r--test/TEX/makeindex.py6
-rw-r--r--test/TEX/multi-run.py6
-rw-r--r--test/TEX/multiple_include.py6
-rw-r--r--test/TEX/multiple_include_subdir.py6
-rw-r--r--test/TEX/rename_result.py6
-rw-r--r--test/TEX/subdir-input.py6
-rw-r--r--test/TEX/subdir_variantdir_input.py6
-rw-r--r--test/TEX/usepackage.py6
-rw-r--r--test/TEX/variant_dir.py6
-rw-r--r--test/TEX/variant_dir_dup0.py6
35 files changed, 210 insertions, 0 deletions
diff --git a/test/TEX/LATEX.py b/test/TEX/LATEX.py
index 704443a..a45b032 100644
--- a/test/TEX/LATEX.py
+++ b/test/TEX/LATEX.py
@@ -201,3 +201,9 @@ This is the include file. mod %s
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/LATEX2.py b/test/TEX/LATEX2.py
index b67c2b1..9e4145c 100644
--- a/test/TEX/LATEX2.py
+++ b/test/TEX/LATEX2.py
@@ -121,3 +121,9 @@ This is the include file. mod %s
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/LATEXCOM.py b/test/TEX/LATEXCOM.py
index dee78e9..81ab3de 100644
--- a/test/TEX/LATEXCOM.py
+++ b/test/TEX/LATEXCOM.py
@@ -66,3 +66,9 @@ test.must_match('test1.dvi', "test1.latex\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/TEX/LATEXCOMSTR.py b/test/TEX/LATEXCOMSTR.py
index 043bab5..0a212fe 100644
--- a/test/TEX/LATEXCOMSTR.py
+++ b/test/TEX/LATEXCOMSTR.py
@@ -70,3 +70,9 @@ test.must_match('test1.dvi', "test1.latex\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/TEX/LATEXFLAGS.py b/test/TEX/LATEXFLAGS.py
index 568d2a8..ff1bf52 100644
--- a/test/TEX/LATEXFLAGS.py
+++ b/test/TEX/LATEXFLAGS.py
@@ -122,3 +122,9 @@ This is the %s LaTeX file.
test.fail_test(not os.path.exists(test.workpath('bar.dvi')))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/PDFLATEX.py b/test/TEX/PDFLATEX.py
index af8031a..1d7f449 100644
--- a/test/TEX/PDFLATEX.py
+++ b/test/TEX/PDFLATEX.py
@@ -140,3 +140,9 @@ This is the %s LaTeX file.
test.must_exist('bar.pdf')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/PDFLATEXCOM.py b/test/TEX/PDFLATEXCOM.py
index 1887fb0..b05052a 100644
--- a/test/TEX/PDFLATEXCOM.py
+++ b/test/TEX/PDFLATEXCOM.py
@@ -66,3 +66,9 @@ test.must_match('test1.pdf', "test1.latex\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/TEX/PDFLATEXCOMSTR.py b/test/TEX/PDFLATEXCOMSTR.py
index 6b08d08..2e9ba8a 100644
--- a/test/TEX/PDFLATEXCOMSTR.py
+++ b/test/TEX/PDFLATEXCOMSTR.py
@@ -71,3 +71,9 @@ test.must_match('test1.pdf', "test1.latex\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/TEX/PDFLATEXFLAGS.py b/test/TEX/PDFLATEXFLAGS.py
index 07a1d54..f007277 100644
--- a/test/TEX/PDFLATEXFLAGS.py
+++ b/test/TEX/PDFLATEXFLAGS.py
@@ -122,3 +122,9 @@ This is the %s LaTeX file.
test.fail_test(not os.path.exists(test.workpath('bar.pdf')))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/PDFTEX.py b/test/TEX/PDFTEX.py
index b3951f9..61fac1e 100644
--- a/test/TEX/PDFTEX.py
+++ b/test/TEX/PDFTEX.py
@@ -125,3 +125,9 @@ This is the %s TeX file.
test.must_exist('bar.pdf')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/PDFTEXCOM.py b/test/TEX/PDFTEXCOM.py
index 6c4b6ae..b6b5875 100644
--- a/test/TEX/PDFTEXCOM.py
+++ b/test/TEX/PDFTEXCOM.py
@@ -66,3 +66,9 @@ test.must_match('test1.pdf', "test1.tex\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/TEX/PDFTEXCOMSTR.py b/test/TEX/PDFTEXCOMSTR.py
index 1332b64..e1fbc5c 100644
--- a/test/TEX/PDFTEXCOMSTR.py
+++ b/test/TEX/PDFTEXCOMSTR.py
@@ -71,3 +71,9 @@ test.must_match('test1.pdf', "test1.tex\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/TEX/PDFTEXFLAGS.py b/test/TEX/PDFTEXFLAGS.py
index 5ae1825..eb78ec8 100644
--- a/test/TEX/PDFTEXFLAGS.py
+++ b/test/TEX/PDFTEXFLAGS.py
@@ -113,3 +113,9 @@ This is the %s TeX file.
test.fail_test(not os.path.exists(test.workpath('bar.pdf')))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/PDF_single_source.py b/test/TEX/PDF_single_source.py
index 5d46605..aefdd3e 100644
--- a/test/TEX/PDF_single_source.py
+++ b/test/TEX/PDF_single_source.py
@@ -135,3 +135,9 @@ for f in files:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/TEX.py b/test/TEX/TEX.py
index c78ad18..3b2a6be 100644
--- a/test/TEX/TEX.py
+++ b/test/TEX/TEX.py
@@ -189,3 +189,9 @@ Run \texttt{latex}, then \texttt{bibtex}, then \texttt{latex} twice again \cite{
test.fail_test()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/TEXCOM.py b/test/TEX/TEXCOM.py
index c7a1b9a..0224341 100644
--- a/test/TEX/TEXCOM.py
+++ b/test/TEX/TEXCOM.py
@@ -66,3 +66,9 @@ test.must_match('test1.dvi', "test1.tex\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/TEX/TEXCOMSTR.py b/test/TEX/TEXCOMSTR.py
index 124868b..6c0e1f9 100644
--- a/test/TEX/TEXCOMSTR.py
+++ b/test/TEX/TEXCOMSTR.py
@@ -70,3 +70,9 @@ test.must_match('test1.dvi', "test1.tex\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/TEX/TEXFLAGS.py b/test/TEX/TEXFLAGS.py
index 6dcf95d..1f9a2e1 100644
--- a/test/TEX/TEXFLAGS.py
+++ b/test/TEX/TEXFLAGS.py
@@ -113,3 +113,9 @@ This is the %s TeX file.
test.fail_test(not os.path.exists(test.workpath('bar.dvi')))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/auxiliaries.py b/test/TEX/auxiliaries.py
index aa41663..f69b6e6 100644
--- a/test/TEX/auxiliaries.py
+++ b/test/TEX/auxiliaries.py
@@ -165,3 +165,9 @@ if ps_output_1 != ps_output_2:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/bibliography.py b/test/TEX/bibliography.py
index 1e09af2..158fb92 100644
--- a/test/TEX/bibliography.py
+++ b/test/TEX/bibliography.py
@@ -207,3 +207,9 @@ test.write('d-toc.tex', r"""
\listoftables
\cleardoublepage
""")
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/bibtex-latex-rerun.py b/test/TEX/bibtex-latex-rerun.py
index c82e4ea..1094f63 100644
--- a/test/TEX/bibtex-latex-rerun.py
+++ b/test/TEX/bibtex-latex-rerun.py
@@ -121,3 +121,9 @@ if pdf_output_2 != pdf_output_3:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/clean.py b/test/TEX/clean.py
index 499cf5b..d7be478 100644
--- a/test/TEX/clean.py
+++ b/test/TEX/clean.py
@@ -95,3 +95,9 @@ test.must_not_exist('comment.cut')
test.must_not_exist('foo.out')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/configure.py b/test/TEX/configure.py
index 23e317c..0ac261c 100644
--- a/test/TEX/configure.py
+++ b/test/TEX/configure.py
@@ -86,3 +86,9 @@ test.checkLogAndStdout(["Checking for lmodern..."],
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/dryrun.py b/test/TEX/dryrun.py
index cf7f9ba..bf1088f 100644
--- a/test/TEX/dryrun.py
+++ b/test/TEX/dryrun.py
@@ -63,3 +63,9 @@ cd . && latex -interaction=nonstopmode foo.ltx ...
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/eps_graphics.py b/test/TEX/eps_graphics.py
index a0278f9..24832a8 100644
--- a/test/TEX/eps_graphics.py
+++ b/test/TEX/eps_graphics.py
@@ -185,3 +185,9 @@ for f in files:
test.must_not_exist(['docs/Fig1.pdf',])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/makeindex.py b/test/TEX/makeindex.py
index a41c9a7..038c3f6 100644
--- a/test/TEX/makeindex.py
+++ b/test/TEX/makeindex.py
@@ -103,3 +103,9 @@ test.must_not_exist(test.workpath('simple.ind'))
test.must_not_exist(test.workpath('no_index.aux'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/multi-run.py b/test/TEX/multi-run.py
index acca069..439699e 100644
--- a/test/TEX/multi-run.py
+++ b/test/TEX/multi-run.py
@@ -217,3 +217,9 @@ env.DVI( "foo.ltx" )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/multiple_include.py b/test/TEX/multiple_include.py
index acace43..76225ca 100644
--- a/test/TEX/multiple_include.py
+++ b/test/TEX/multiple_include.py
@@ -230,3 +230,9 @@ for f in files:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/multiple_include_subdir.py b/test/TEX/multiple_include_subdir.py
index 8f61465..ca6190d 100644
--- a/test/TEX/multiple_include_subdir.py
+++ b/test/TEX/multiple_include_subdir.py
@@ -230,3 +230,9 @@ for f in files:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/rename_result.py b/test/TEX/rename_result.py
index 11b4ccf..678d6da 100644
--- a/test/TEX/rename_result.py
+++ b/test/TEX/rename_result.py
@@ -74,3 +74,9 @@ test.must_exist('bar.xyz')
test.must_not_exist('bar.pdf')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/subdir-input.py b/test/TEX/subdir-input.py
index a0bb7ee..98fb942 100644
--- a/test/TEX/subdir-input.py
+++ b/test/TEX/subdir-input.py
@@ -88,3 +88,9 @@ Sub-document 2
test.not_up_to_date(arguments = '.')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/subdir_variantdir_input.py b/test/TEX/subdir_variantdir_input.py
index b663359..77a9d8c 100644
--- a/test/TEX/subdir_variantdir_input.py
+++ b/test/TEX/subdir_variantdir_input.py
@@ -127,3 +127,9 @@ test.not_up_to_date(arguments = '.')
#test.up_to_date(arguments = '.', stderr=None, stdout=None)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/usepackage.py b/test/TEX/usepackage.py
index e23a8fc..136864c 100644
--- a/test/TEX/usepackage.py
+++ b/test/TEX/usepackage.py
@@ -70,3 +70,9 @@ test.not_up_to_date(arguments = 'foo.dvi', stderr = None)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/variant_dir.py b/test/TEX/variant_dir.py
index 084fb2b..2fcb96a 100644
--- a/test/TEX/variant_dir.py
+++ b/test/TEX/variant_dir.py
@@ -259,3 +259,9 @@ for f in files:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/TEX/variant_dir_dup0.py b/test/TEX/variant_dir_dup0.py
index b03e89c..0d4f4a9 100644
--- a/test/TEX/variant_dir_dup0.py
+++ b/test/TEX/variant_dir_dup0.py
@@ -328,3 +328,9 @@ for f in files:
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: