Merge pull request #2355 from kuzkry:markdown-numbering
PiperOrigin-RevId: 260782065
This commit is contained in:
@@ -599,10 +599,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.
|
||||
|
||||
### Actions {#ActionList}
|
||||
|
Reference in New Issue
Block a user