forked from Github/emacs
; Fix typo in test/file-organization.org
This commit is contained in:
parent
00fa4449cd
commit
8c50842790
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ the directory structure of the source tree; so tests for files in the
|
|||
|
||||
Tests should normally reside in a file with ~-tests.el~ added to the
|
||||
base-name of the tested source file; hence ~ert.el~ is tested in
|
||||
~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As n
|
||||
~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As an
|
||||
exception, tests for a single feature may be placed into multiple
|
||||
files of any name which are themselves placed in a directory named
|
||||
after the feature with ~-tests~ appended, such as
|
||||
|
|
|
|||
Loading…
Reference in a new issue