summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 219594f94f..e9032cd7bf 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9401,7 +9401,7 @@
9401 A JSON file is used to define the packages needed by a test. 9401 A JSON file is used to define the packages needed by a test.
9402 This file must be in the same path as the file used to define 9402 This file must be in the same path as the file used to define
9403 the tests. 9403 the tests.
9404 Furthermore, the filename must map directory to the test 9404 Furthermore, the filename must map directly to the test
9405 module name with a <filename>.json</filename> extension. 9405 module name with a <filename>.json</filename> extension.
9406 </para> 9406 </para>
9407 9407
@@ -9434,7 +9434,7 @@
9434 DUT. 9434 DUT.
9435 <literallayout class='monospaced'> 9435 <literallayout class='monospaced'>
9436 { 9436 {
9437 "": { 9437 "foo": {
9438 "pkg": "bar" 9438 "pkg": "bar"
9439 }, 9439 },
9440 "foobar": [ 9440 "foobar": [