mirror of
https://github.com/google/googletest.git
synced 2024-12-26 09:31:02 +08:00
Merge pull request #4343 from sthd:http-to-https
PiperOrigin-RevId: 559151399 Change-Id: I8eb2c7c5222d0fd0935db531a0abe5792633fe7e
This commit is contained in:
commit
cb5cd96bca
@ -47,11 +47,11 @@ PR is acceptable as an alternative.
|
|||||||
## The Google Test and Google Mock Communities
|
## The Google Test and Google Mock Communities
|
||||||
|
|
||||||
The Google Test community exists primarily through the
|
The Google Test community exists primarily through the
|
||||||
[discussion group](http://groups.google.com/group/googletestframework) and the
|
[discussion group](https://groups.google.com/group/googletestframework) and the
|
||||||
GitHub repository. Likewise, the Google Mock community exists primarily through
|
GitHub repository. Likewise, the Google Mock community exists primarily through
|
||||||
their own [discussion group](http://groups.google.com/group/googlemock). You are
|
their own [discussion group](https://groups.google.com/group/googlemock). You
|
||||||
definitely encouraged to contribute to the discussion and you can also help us
|
are definitely encouraged to contribute to the discussion and you can also help
|
||||||
to keep the effectiveness of the group high by following and promoting the
|
us to keep the effectiveness of the group high by following and promoting the
|
||||||
guidelines listed here.
|
guidelines listed here.
|
||||||
|
|
||||||
### Please Be Friendly
|
### Please Be Friendly
|
||||||
|
@ -100,12 +100,12 @@ tools.
|
|||||||
In addition to many internal projects at Google, GoogleTest is also used by the
|
In addition to many internal projects at Google, GoogleTest is also used by the
|
||||||
following notable projects:
|
following notable projects:
|
||||||
|
|
||||||
* The [Chromium projects](http://www.chromium.org/) (behind the Chrome browser
|
* The [Chromium projects](https://www.chromium.org/) (behind the Chrome
|
||||||
and Chrome OS).
|
browser and Chrome OS).
|
||||||
* The [LLVM](http://llvm.org/) compiler.
|
* The [LLVM](https://llvm.org/) compiler.
|
||||||
* [Protocol Buffers](https://github.com/google/protobuf), Google's data
|
* [Protocol Buffers](https://github.com/google/protobuf), Google's data
|
||||||
interchange format.
|
interchange format.
|
||||||
* The [OpenCV](http://opencv.org/) computer vision library.
|
* The [OpenCV](https://opencv.org/) computer vision library.
|
||||||
|
|
||||||
## Related Open Source Projects
|
## Related Open Source Projects
|
||||||
|
|
||||||
|
@ -508,9 +508,9 @@ TEST_F(FooDeathTest, DoesThat) {
|
|||||||
When built with Bazel and using Abseil, GoogleTest uses the
|
When built with Bazel and using Abseil, GoogleTest uses the
|
||||||
[RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
|
[RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
|
||||||
systems (Linux, Cygwin, Mac), GoogleTest uses the
|
systems (Linux, Cygwin, Mac), GoogleTest uses the
|
||||||
[POSIX extended regular expression](http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04)
|
[POSIX extended regular expression](https://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04)
|
||||||
syntax. To learn about POSIX syntax, you may want to read this
|
syntax. To learn about POSIX syntax, you may want to read this
|
||||||
[Wikipedia entry](http://en.wikipedia.org/wiki/Regular_expression#POSIX_extended).
|
[Wikipedia entry](https://en.wikipedia.org/wiki/Regular_expression#POSIX_extended).
|
||||||
|
|
||||||
On Windows, GoogleTest uses its own simple regular expression implementation. It
|
On Windows, GoogleTest uses its own simple regular expression implementation. It
|
||||||
lacks many features. For example, we don't support union (`"x|y"`), grouping
|
lacks many features. For example, we don't support union (`"x|y"`), grouping
|
||||||
@ -2171,7 +2171,7 @@ The report format conforms to the following JSON Schema:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/schema#",
|
"$schema": "https://json-schema.org/schema#",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"TestCase": {
|
"TestCase": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user