Skip to content

Commit 3e6f1e0

Browse files
authored
Put back required backslashes
1 parent 0a2eafa commit 3e6f1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/mftf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Complex configuration to generate a few non-suite tests, a single test in a suit
173173
The command that encodes this complex configuration:
174174

175175
```bash
176-
vendor/bin/mftf generate:tests --tests "{"tests\":["general_test1\","general_test2\","general_test3\"],"suites\":{"sample\":["suite_test1\"],"sample2\":null}}"
176+
vendor/bin/mftf generate:tests --tests "{\"tests\":[\"general_test1\",\"general_test2\",\"general_test3\"],\"suites\":{\"sample\":[\"suite_test1\"],\"sample2\":null}}"
177177
```
178178

179179
Note that the strings must be escaped and surrounded in quotes.

0 commit comments

Comments
 (0)