summaryrefslogtreecommitdiffstats
path: root/test/LEX/LEXCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LEX/LEXCOMSTR.py')
-rw-r--r--test/LEX/LEXCOMSTR.py6
1 files changed, 6 insertions, 0 deletions
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: