8000 Try again to fix --order docs · log4cplus/Catch@f5c9859 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5c9859

Browse files
committed
Try again to fix --order docs
1 parent c0c6e7a commit f5c9859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/command-line.md

Lines changed: 3 additions & 3 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```
187+
### lex
188188
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