File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -482,9 +482,11 @@ TEST_F(FooDeathTest, DoesThat) {
482482
483483### Regular Expression Syntax
484484
485- On POSIX systems (e.g. Linux, Cygwin, and Mac), googletest uses the
485+ When built with Bazel and using Abseil, googletest uses the
486+ [RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
487+ systems (Linux, Cygwin, Mac), googletest uses the
486488[POSIX extended regular expression](http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04)
487- syntax. To learn about this syntax, you may want to read this
489+ syntax. To learn about POSIX syntax, you may want to read this
488490[Wikipedia entry](http://en.wikipedia.org/wiki/Regular_expression#POSIX_Extended_Regular_Expressions).
489491
490492On Windows, googletest uses its own simple regular expression implementation. It
You can’t perform that action at this time.
0 commit comments