From 6aa98d5cdc782318e7d2d6838a77641da090241a Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Wed, 7 Aug 2019 00:38:37 +0200 Subject: fix an improperly generated table --- googletest/docs/primer.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md index 30d86a5..88cc3ef 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 -- cgit v0.12