aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-07 00:38:37 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-07 00:38:37 +0200
commit6aa98d5cdc782318e7d2d6838a77641da090241a (patch)
tree917d8cb179c64ea2a228b545b23170d952da7c56 /googletest/docs
parentf64f7bd36735e14f520d8813af5b7cb780b7e164 (diff)
downloadgoogletest-6aa98d5cdc782318e7d2d6838a77641da090241a.tar.gz
googletest-6aa98d5cdc782318e7d2d6838a77641da090241a.tar.bz2
googletest-6aa98d5cdc782318e7d2d6838a77641da090241a.zip
fix an improperly generated table
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/primer.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md
index 30d86a55..88cc3ef0 100644
--- a/googletest/docs/primer.md
+++ b/googletest/docs/primer.md
@@ -67,15 +67,9 @@ 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 : : :
+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]
[istqb test case]: http://glossary.istqb.org/en/search/test%20case
[istqb test suite]: http://glossary.istqb.org/en/search/test%20suite