doc: sphinx-lint: fix unbalanced-inline-literals-delimiters
used sphinx-lint to catch unbalanced inline literal markup. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
e0bf01af79
commit
fc9e7962c2
4 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@ Test scripts should be organized by submodules under the test_scripts
|
|||
directory, and each test case needs a separate test script with a single test
|
||||
run.
|
||||
|
||||
Each test harness is defined by a ``struct bst_test_instance` structure, that
|
||||
Each test harness is defined by a ``struct bst_test_instance`` structure, that
|
||||
is presented to the test runner through an ``install`` function called from the
|
||||
test application's main function. The harness contains a set of callback
|
||||
functions that allows starting the test behavior.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue