1The files in this directory are used by the test suite to exercise various
2behavior of Pod::Man or Pod::Text.  They use a pseudo-ini-file syntax with
3free-form sections, normally an input and an output section and possibly
4others.
5
6Sections start with the section type in [].  The contents are normally
7just free-form.  The exception is an [options] section, where the contents
8are key/value pairs, where the key is separated from the value with
9whitespace.
10
11Valid sections are:
12
13    [name]
14    The name of this test for status reporting
15
16    [options]
17    key value
18    key value
19
20    [input]
21    POD input source.
22
23    [output]
24    The results of running some formatter on the input.
25
26    [errors]
27    Errors reported to standard error when running some formatter on the
28    input.
29
30    [exception]
31    The text of an exception (with the file and line number information
32    stripped) thrown by running some formatter on the input.
33
34Files are organized into subdirectories named after the formatter, namely
35man (Pod::Man), text (Pod::Text), color (Pod::Text::Color), overstrike
36(Pod::Text::Overstrike), and termcap (Pod::Text::Termcap).
37
38-----
39
40Copyright 2015, 2018 Russ Allbery <rra@cpan.org>
41
42Copying and distribution of this file, with or without modification, are
43permitted in any medium without royalty provided the copyright notice and
44this notice are preserved.  This file is offered as-is, without any
45warranty.
46
47SPDX-License-Identifier: FSFAP
48