Skip to content

Commit 0a2eafa

Browse files
authored
Removed breaking "\r\n" instances from command.
1 parent 0fe97bb commit 0a2eafa

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 "{\r\n\"tests\":[\r\n\"general_test1\",\r\n\"general_test2\",\r\n\"general_test3\"\r\n],\r\n\"suites\":{\r\n\"sample\":[\r\n\"suite_test1\"\r\n],\r\n\"sample2\":null\r\n}\r\n}"
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)