fix numbering of ordered lists in Markdown

This commit is contained in:
Krystian Kuzniarek
2019-07-26 14:46:27 +02:00
parent 2134e3fd85
commit d384b8831f
5 changed files with 37 additions and 37 deletions

View File

@@ -581,10 +581,10 @@ which must be a permanent callback.
**Notes:**
1. The `MATCHER*` macros cannot be used inside a function or class.
1. The matcher body must be *purely functional* (i.e. it cannot have any side
2. The matcher body must be *purely functional* (i.e. it cannot have any side
effect, and the result must not depend on anything other than the value
being matched and the matcher parameters).
1. You can use `PrintToString(x)` to convert a value `x` of any type to a
3. You can use `PrintToString(x)` to convert a value `x` of any type to a
string.
## Matchers as Test Assertions