summaryrefslogtreecommitdiffstats
path: root/test/YACC/YACC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/YACC/YACC.py')
-rw-r--r--test/YACC/YACC.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/YACC/YACC.py b/test/YACC/YACC.py
index a00d640..c0a0f34 100644
--- a/test/YACC/YACC.py
+++ b/test/YACC/YACC.py
@@ -86,3 +86,9 @@ test.must_match('ddd.m', "ddd.yacc\nmyyacc.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: