Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
280b2270
Commit
280b2270
authored
Jul 01, 2017
by
Carlos O'Ryan
Browse files
Fix table formatting.
The markdown was not working for a small table, fixed.
parent
4bab34d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
googlemock/docs/v1_5/CookBook.md
googlemock/docs/v1_5/CookBook.md
+3
-2
googlemock/docs/v1_6/CookBook.md
googlemock/docs/v1_6/CookBook.md
+3
-2
googlemock/docs/v1_7/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