[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Simple lisp-tests.el and commit privs
From:
Stefan Monnier
Subject:
Re: Simple lisp-tests.el and commit privs
Date:
2013年7月25日 15:09:29 -0400
User-agent:
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> Hi, I created some simple tests of the current Lisp indentation
> behavior, attached.
Currently, the way I like to handle indentation tests is by adding files
in test/indent/ where the file simply contains a pre-indented content,
and the Makefile lets you "reindent, then run diff to see if something
changed".
Simple and effective.
Stefan