8000 fixed (hopefully) formatting of '--order' docs · log4cplus/Catch@0b1fa6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b1fa6a

Browse files
committed
fixed (hopefully) formatting of '--order' docs
if only there was a standard-markdown!
1 parent 840b99a commit 0b1fa6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/command-line.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ This option lists all available tests in a non-indented form, one on each line.
181181
Test cases are ordered one of three ways:
182182

183183

184-
```decl```
184+
* ```decl```
185185
Declaration order. The order the tests were originally declared in. Note that ordering between files is not guaranteed and is implementation dependent.
186186

187-
```lex```
188-
Lexicographically sorted. Tests are sorted, alphanumerically, by name.
187+
* ```lex```
188+
Lexicographically sorted. Tests are sorted, alpha-numerically, by name.
189189

190-
```rand```
190+
* ```rand```
191191
Randomly sorted. Test names are sorted using ```std::random_shuffle()```. By default the random number generator is seeded with 0 - and so the order is repeatable. To control the random seed see <a href="#rng-seed">rng-seed</a>.
192192

193193
<a id="rng-seed"></a>

0 commit comments

Comments
 (0)
0