diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-08 11:53:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-08 11:53:40 -0400 |
| commit | 40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1 (patch) | |
| tree | c27710039aa6d4882e4093205e62411a88459cd0 | |
| parent | f8d909d095ecdac63f85467d9bb0cfd385be77bd (diff) | |
| parent | 62b167e40981f2a00397e80ddf4b6bd8cd6f4a38 (diff) | |
| download | googletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.tar.gz googletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.tar.bz2 googletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.zip | |
Merge pull request #675 from theHacker/master
Fix: Markdown in V1_7_Primer.md
| -rw-r--r-- | googletest/docs/V1_7_Primer.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/docs/V1_7_Primer.md b/googletest/docs/V1_7_Primer.md index b1827c73..b0ee5976 100644 --- a/googletest/docs/V1_7_Primer.md +++ b/googletest/docs/V1_7_Primer.md @@ -108,6 +108,7 @@ streamed to an assertion, it will be translated to UTF-8 when printed. ## Basic Assertions ## These assertions do basic true/false condition testing. + | **Fatal assertion** | **Nonfatal assertion** | **Verifies** | |:--------------------|:-----------------------|:-------------| | `ASSERT_TRUE(`_condition_`)`; | `EXPECT_TRUE(`_condition_`)`; | _condition_ is true | |
