Index: openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 9 Jun 2006 00:14:00 -0000 1.6 +++ openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 7 Aug 2017 23:48:02 -0000 1.7 @@ -124,3 +124,9 @@ aa_equals "square brackets in array key safe" $expanded_message "Test message \$two(\$three(\[__does_not_exist\]))" } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: