forked from espressif/esp-idf
Merge branch 'contrib/github_pr_7978' into 'master'
docs: fix minor typo (Github PR) Closes IDFGH-6316 See merge request espressif/esp-idf!16233
This commit is contained in:
@@ -18,7 +18,7 @@ Tests are added in a function in the C file as follows:
|
|||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
TEST_CASE("test name", "[module name]"
|
TEST_CASE("test name", "[module name]")
|
||||||
{
|
{
|
||||||
// Add test here
|
// Add test here
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user