Commit 62ce577b authored by Frank Rowand's avatar Frank Rowand Committed by Jonathan Corbet

Documentation: dev-tools: use literal block instead of code-block

KTAP Specification: Change code-block directives to straightforward
literal blocks since the blocks do not contain code.
Suggested-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Link: https://lore.kernel.org/r/20220316202622.324866-3-frowand.list@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent f5cc4163
...@@ -115,34 +115,32 @@ The diagnostic data field is optional, and results which have neither a ...@@ -115,34 +115,32 @@ The diagnostic data field is optional, and results which have neither a
directive nor any diagnostic data do not need to include the "#" field directive nor any diagnostic data do not need to include the "#" field
separator. separator.
Example result lines include: Example result lines include::
.. code-block:: none
ok 1 test_case_name ok 1 test_case_name
The test "test_case_name" passed. The test "test_case_name" passed.
.. code-block:: none ::
not ok 1 test_case_name not ok 1 test_case_name
The test "test_case_name" failed. The test "test_case_name" failed.
.. code-block:: none ::
ok 1 test # SKIP necessary dependency unavailable ok 1 test # SKIP necessary dependency unavailable
The test "test" was SKIPPED with the diagnostic message "necessary dependency The test "test" was SKIPPED with the diagnostic message "necessary dependency
unavailable". unavailable".
.. code-block:: none ::
not ok 1 test # TIMEOUT 30 seconds not ok 1 test # TIMEOUT 30 seconds
The test "test" timed out, with diagnostic data "30 seconds". The test "test" timed out, with diagnostic data "30 seconds".
.. code-block:: none ::
ok 5 check return code # rcode=0 ok 5 check return code # rcode=0
...@@ -202,7 +200,7 @@ allowed to be either indented or not indented. ...@@ -202,7 +200,7 @@ allowed to be either indented or not indented.
An example of a test with two nested subtests: An example of a test with two nested subtests:
.. code-block:: none ::
KTAP version 1 KTAP version 1
1..1 1..1
...@@ -215,7 +213,7 @@ An example of a test with two nested subtests: ...@@ -215,7 +213,7 @@ An example of a test with two nested subtests:
An example format with multiple levels of nested testing: An example format with multiple levels of nested testing:
.. code-block:: none ::
KTAP version 1 KTAP version 1
1..2 1..2
...@@ -250,7 +248,7 @@ nested version line, uses a line of the form ...@@ -250,7 +248,7 @@ nested version line, uses a line of the form
Example KTAP output Example KTAP output
-------------------- --------------------
.. code-block:: none ::
KTAP version 1 KTAP version 1
1..1 1..1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment