Fix formatting of bulleted lists on KTAP specification for new version.
Signed-off-by: Rae Moar rmoar@google.com --- Documentation/dev-tools/ktap.rst | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/Documentation/dev-tools/ktap.rst b/Documentation/dev-tools/ktap.rst index d4529f4e38c7..496799e7b87a 100644 --- a/Documentation/dev-tools/ktap.rst +++ b/Documentation/dev-tools/ktap.rst @@ -22,6 +22,7 @@ consists of important supplemental test information and can be machine-readable.
KTAP output is built from five different types of lines: + - Version lines - Plan lines - Test case result lines @@ -40,6 +41,7 @@ All KTAP-formatted results begin with a "version line" which specifies which version of the (K)TAP standard the result is compliant with.
For example: + - "KTAP version 1" - "KTAP version 2" - "TAP version 13" @@ -517,6 +519,7 @@ Example KTAP output This output defines the following hierarchy:
A single test called "main_test", which fails, and has three subtests: + - "example_test_1", which passes, and has one subtest:
- "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1"