summaryrefslogtreecommitdiffstats
path: root/docs/advanced.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2022-10-07 21:20:15 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-10-07 21:21:04 (GMT)
commit9fbb6575035e3ac97ad9547d042c026a1296c705 (patch)
tree0ed65ab2326db212141aa0e556fa9668b1644155 /docs/advanced.md
parent67e264834a45c3d543aa2fa11bcc41c4ba90316b (diff)
downloadgoogletest-9fbb6575035e3ac97ad9547d042c026a1296c705.zip
googletest-9fbb6575035e3ac97ad9547d042c026a1296c705.tar.gz
googletest-9fbb6575035e3ac97ad9547d042c026a1296c705.tar.bz2
Update the POSIX Extended section of the Regular Expression Wikipedia page
PiperOrigin-RevId: 479667644 Change-Id: I4ab03bd5f0520f8586667de8bd1b9443f241337a
Diffstat (limited to 'docs/advanced.md')
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.md b/docs/advanced.md
index bce983c..c3c5461 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -487,7 +487,7 @@ When built with Bazel and using Abseil, 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)
syntax. To learn about POSIX syntax, you may want to read this
-[Wikipedia entry](http://en.wikipedia.org/wiki/Regular_expression#POSIX_Extended_Regular_Expressions).
+[Wikipedia entry](http://en.wikipedia.org/wiki/Regular_expression#POSIX_extended).
On Windows, googletest uses its own simple regular expression implementation. It
lacks many features. For example, we don't support union (`"x|y"`), grouping