Skip to content

Commit 03c1f19

Browse files
doboothKevinBKozan
authored andcommitted
Removed breaking "\r\n" instances from command. (#441)
* Removed breaking "\r\n" instances from command. * Put back required backslashes
1 parent b8d09e4 commit 03c1f19

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
@@ -181,7 +181,7 @@ Complex configuration to generate a few non-suite tests, a single test in a suit
181181
The command that encodes this complex configuration:
182182

183183
```bash
184-
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}"
184+
vendor/bin/mftf generate:tests --tests '{"tests":["general_test1","general_test2","general_test3"],"suites":{"sample":["suite_test1"],"sample2":null}}'
185185
```
186186

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

0 commit comments

Comments
 (0)