"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "docutils-0.5/tools/editors/emacs/tests/README.txt" of archive docutils-0.5.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 ==========================================
2 Tests for automatic section adjustment
3 ==========================================
4
5 :Author: Martin Blais <blais@furius.ca>
6 :Date: 2005-09-03
7
8
9 Running the tests
10 =================
11
12 To run the test suite, you can either evaluate the relevant progn from within
13 emacs, or you can run them from the command-line like this, e.g.::
14
15 emacs --script tests-basic.el
16
17 See the Makefile for more details.
18
19 Status
20 ======
21
22 We are planning to write many more tests and eventually to rewrite the
23 interactive section adjustment because it contains a few bugs (it nonetheless
24 pretty much works well otherwise). Some of those bugs have been added and are
25 currently failing if you run the tests.
26
27 (See the FIXME statements for where to continue.)