aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-04-27 13:27:12 -0400
committerGennadiy Rozental <rogeeff@google.com>2020-05-01 17:11:52 -0400
commit1293297874290e1d7cfd73279d4a6d49617ca400 (patch)
tree5f0984f71aac293194132c0b2f51aebff44717a5
parentef25d27d4604556a1bee916f1c2bf03227c13c4e (diff)
downloadgoogletest-1293297874290e1d7cfd73279d4a6d49617ca400.tar.gz
googletest-1293297874290e1d7cfd73279d4a6d49617ca400.tar.bz2
googletest-1293297874290e1d7cfd73279d4a6d49617ca400.zip
Googletest export
internal change PiperOrigin-RevId: 308648034
-rw-r--r--googlemock/docs/for_dummies.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/docs/for_dummies.md b/googlemock/docs/for_dummies.md
index 327e6cc3..8f5d17ae 100644
--- a/googlemock/docs/for_dummies.md
+++ b/googlemock/docs/for_dummies.md
@@ -257,8 +257,8 @@ Stack trace:
...
```
-**Tip 1:** If you run the test from an Emacs buffer, you can hit <Enter> on the
-line number to jump right to the failed expectation.
+**Tip 1:** If you run the test from an Emacs buffer, you can hit `<Enter>` on
+the line number to jump right to the failed expectation.
**Tip 2:** If your mock objects are never deleted, the final verification won't
happen. Therefore it's a good idea to turn on the heap checker in your tests