googletest/docs/reference
Abseil Team c875c4e224 Adjust includes to use <> instead of "", consistent with quickstart pages.
Right now, gtest documentation uses different #include syntax. The quickstart
pages (e.g., http://google.github.io/googletest/quickstart-bazel.html#create-and-run-a-binary) are checked in with `#include <gtest/gtest.h>` However, other
documentation (such as the primer) uses `#include "gtest/gtest.h"` (e.g.,
https://google.github.io/googletest/primer.html#writing-the-main-function).

PiperOrigin-RevId: 551878641
Change-Id: Iab93cc1da3ef4870a07b624071b75d6e9d3568c1
2023-07-28 09:51:41 -07:00
..
actions.md fix typos 2021-06-13 19:53:04 +09:00
assertions.md Adjust includes to use <> instead of "", consistent with quickstart pages. 2023-07-28 09:51:41 -07:00
matchers.md Add support for the alternative base64 encoding in RFC 4648 section 5 to WhenBase64Unescaped. 2023-02-06 11:00:05 -08:00
mocking.md Add support for move-only and &&-qualified actions in WillOnce. 2022-04-08 18:40:07 -07:00
testing.md Change ::testing to testing in Testing Reference doc 2023-06-29 14:40:26 -07:00