aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-08-07 11:57:30 -0400
committerGennadiy Civil <misterg@google.com>2019-08-07 11:57:30 -0400
commit90a443f9c2437ca8a682a1ac625eba64e1d74a8a (patch)
tree2654082ca07ff1287abe57249e96b0872cf557a2 /googletest/docs
parentf8f5fcab3bc8496d4073171e83e511a5e51aec6b (diff)
parent6aa98d5cdc782318e7d2d6838a77641da090241a (diff)
downloadgoogletest-90a443f9c2437ca8a682a1ac625eba64e1d74a8a.tar.gz
googletest-90a443f9c2437ca8a682a1ac625eba64e1d74a8a.tar.bz2
googletest-90a443f9c2437ca8a682a1ac625eba64e1d74a8a.zip
Merge pull request #2378 from kuzkry:markdown-table
PiperOrigin-RevId: 262135359
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/primer.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md
index 30d86a55..caf9c43c 100644
--- a/googletest/docs/primer.md
+++ b/googletest/docs/primer.md
@@ -67,15 +67,13 @@ deprecated and refactored away.
So please be aware of the different definitions of the terms:
-| Meaning | googletest Term | [ISTQB](http://www.istqb.org/) |
-: : : Term :
-| :---------------- | :---------------------- | :----------------------------- |
-| Exercise a | [TEST()](#simple-tests) | [Test Case][istqb test case] |
-: particular : : :
-: program path with : : :
-: specific input : : :
-: values and verify : : :
-: the results : : :
+<!-- mdformat off(github rendering does not support multiline tables) -->
+
+Meaning | googletest Term | [ISTQB](http://www.istqb.org/) Term
+:----------------------------------------------------------------------------------- | :---------------------- | :----------------------------------
+Exercise a particular program path with specific input values and verify the results | [TEST()](#simple-tests) | [Test Case][istqb test case]
+
+<!-- mdformat on -->
[istqb test case]: http://glossary.istqb.org/en/search/test%20case
[istqb test suite]: http://glossary.istqb.org/en/search/test%20suite