Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: ktap: Separate first bullet list items

The first bullet list items are shown in htmldocs output as combined
with previous paragraph due to missing blank line separator. Add it.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250814012046.21235-3-bagasdotme@gmail.com

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
fea71fe1 359ad700

+3
+3
Documentation/dev-tools/ktap.rst
··· 20 20 aid human debugging. 21 21 22 22 KTAP output is built from four different types of lines: 23 + 23 24 - Version lines 24 25 - Plan lines 25 26 - Test case result lines ··· 39 38 version of the (K)TAP standard the result is compliant with. 40 39 41 40 For example: 41 + 42 42 - "KTAP version 1" 43 43 - "TAP version 13" 44 44 - "TAP version 14" ··· 278 276 This output defines the following hierarchy: 279 277 280 278 A single test called "main_test", which fails, and has three subtests: 279 + 281 280 - "example_test_1", which passes, and has one subtest: 282 281 283 282 - "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1"