diff options
Diffstat (limited to 'test/LEX/live.py')
-rw-r--r-- | test/LEX/live.py | 6 |
1 files changed, 6 insertions, 0 deletions
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: |