summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-08 15:53:40 (GMT)
committerGitHub <noreply@github.com>2017-08-08 15:53:40 (GMT)
commit40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1 (patch)
treec27710039aa6d4882e4093205e62411a88459cd0
parentf8d909d095ecdac63f85467d9bb0cfd385be77bd (diff)
parent62b167e40981f2a00397e80ddf4b6bd8cd6f4a38 (diff)
downloadgoogletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.zip
googletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.tar.gz
googletest-40aa72c7dcfd70ce9adcd4c25a09423d57b0b8e1.tar.bz2
Merge pull request #675 from theHacker/master
Fix: Markdown in V1_7_Primer.md
-rw-r--r--googletest/docs/V1_7_Primer.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/docs/V1_7_Primer.md b/googletest/docs/V1_7_Primer.md
index b1827c7..b0ee597 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 |