Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
280b2270
Commit
280b2270
authored
Jul 01, 2017
by
Carlos O'Ryan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix table formatting.
The markdown was not working for a small table, fixed.
parent
4bab34d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
CookBook.md
googlemock/docs/v1_5/CookBook.md
+3
-2
CookBook.md
googlemock/docs/v1_6/CookBook.md
+3
-2
CookBook.md
googlemock/docs/v1_7/CookBook.md
+3
-2
No files found.
googlemock/docs/v1_5/CookBook.md
View file @
280b2270
...
@@ -1032,9 +1032,10 @@ a value that satisfies matcher `m`.
...
@@ -1032,9 +1032,10 @@ a value that satisfies matcher `m`.
For example:
For example:
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`.
|
| Expression | Description
|
|:-----------------------------|:-----------------------------------|
|:-----------------------------|:-----------------------------------|
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
|
`Field(&Foo::number, Ge(3))`
| Matches
`x`
where
`x.number >= 3`
. |
|
`Property(&Foo::name, StartsWith("John "))`
| Matches
`x`
where
`x.name()`
starts with
`"John "`
. |
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
argument and be declared as
`const`
.
argument and be declared as
`const`
.
...
...
googlemock/docs/v1_6/CookBook.md
View file @
280b2270
...
@@ -1037,9 +1037,10 @@ a value that satisfies matcher `m`.
...
@@ -1037,9 +1037,10 @@ a value that satisfies matcher `m`.
For example:
For example:
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`.
|
| Expression | Description
|
|:-----------------------------|:-----------------------------------|
|:-----------------------------|:-----------------------------------|
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
|
`Field(&Foo::number, Ge(3))`
| Matches
`x`
where
`x.number >= 3`
. |
|
`Property(&Foo::name, StartsWith("John "))`
| Matches
`x`
where
`x.name()`
starts with
`"John "`
. |
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
argument and be declared as
`const`
.
argument and be declared as
`const`
.
...
...
googlemock/docs/v1_7/CookBook.md
View file @
280b2270
...
@@ -1030,9 +1030,10 @@ a value that satisfies matcher `m`.
...
@@ -1030,9 +1030,10 @@ a value that satisfies matcher `m`.
For example:
For example:
> | `Field(&Foo::number, Ge(3))` | Matches `x` where `x.number >= 3`.
|
| Expression | Description
|
|:-----------------------------|:-----------------------------------|
|:-----------------------------|:-----------------------------------|
> | `Property(&Foo::name, StartsWith("John "))` | Matches `x` where `x.name()` starts with `"John "`. |
|
`Field(&Foo::number, Ge(3))`
| Matches
`x`
where
`x.number >= 3`
. |
|
`Property(&Foo::name, StartsWith("John "))`
| Matches
`x`
where
`x.name()`
starts with
`"John "`
. |
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
Note that in
`Property(&Foo::baz, ...)`
, method
`baz()`
must take no
argument and be declared as
`const`
.
argument and be declared as
`const`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment