Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b974af79
Unverified
Commit
b974af79
authored
Oct 23, 2018
by
Gennadiy Civil
Committed by
GitHub
Oct 23, 2018
Browse files
Update advanced.md
Fixes #1925
parent
90c957c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-1
No files found.
googletest/docs/advanced.md
View file @
b974af79
...
@@ -1487,7 +1487,7 @@ returns the value of `testing::PrintToString(GetParam())`. It does not work for
...
@@ -1487,7 +1487,7 @@ returns the value of `testing::PrintToString(GetParam())`. It does not work for
NOTE: test names must be non-empty, unique, and may only contain ASCII
NOTE: test names must be non-empty, unique, and may only contain ASCII
alphanumeric characters. In particular, they
[
should not contain
alphanumeric characters. In particular, they
[
should not contain
underscores
](
https://g
3doc.corp.google.com/third_party/googletest
/googletest/
g3
doc/faq.md#n
o
-underscore
s
)
.
underscores
](
https://g
ithub.com/google/googletest/blob/master
/googletest/doc
s
/faq.md#
why-should-test-case-names-and-test-names-not-contai
n-underscore
)
.
```
c++
```
c++
class
MyTestCase
:
public
testing
::
TestWithParam
<
int
>
{};
class
MyTestCase
:
public
testing
::
TestWithParam
<
int
>
{};
...
...
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