diff options
Diffstat (limited to 'test/LEX')
-rw-r--r-- | test/LEX/LEX.py | 6 | ||||
-rw-r--r-- | test/LEX/LEXCOM.py | 6 | ||||
-rw-r--r-- | test/LEX/LEXCOMSTR.py | 6 | ||||
-rw-r--r-- | test/LEX/LEXFLAGS.py | 6 | ||||
-rw-r--r-- | test/LEX/live.py | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/test/LEX/LEX.py b/test/LEX/LEX.py index 94692db..7964063 100644 --- a/test/LEX/LEX.py +++ b/test/LEX/LEX.py @@ -72,3 +72,9 @@ test.must_match('ddd.m', "ddd.lm\nmylex.py\n", mode='r') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/LEX/LEXCOM.py b/test/LEX/LEXCOM.py index 7ce8a15..f496f95 100644 --- a/test/LEX/LEXCOM.py +++ b/test/LEX/LEXCOM.py @@ -64,3 +64,9 @@ test.must_match('bbb.c', "bbb.lex\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/LEX/LEXCOMSTR.py b/test/LEX/LEXCOMSTR.py index a06c20c..fa0bbf1 100644 --- a/test/LEX/LEXCOMSTR.py +++ b/test/LEX/LEXCOMSTR.py @@ -69,3 +69,9 @@ test.must_match('bbb.c', "bbb.lex\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/LEX/LEXFLAGS.py b/test/LEX/LEXFLAGS.py index 1555142..7d7aff1 100644 --- a/test/LEX/LEXFLAGS.py +++ b/test/LEX/LEXFLAGS.py @@ -74,3 +74,9 @@ test.must_match(['out', 'aaa.c'], "aaa.l\n -x -t\n out in\n", mode='r') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/LEX/live.py b/test/LEX/live.py index e917039..da51175 100644 --- a/test/LEX/live.py +++ b/test/LEX/live.py @@ -101,3 +101,9 @@ test.run(program = test.workpath('bar'), stdin = "b\n", stdout = "Bbar.lB\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |