Commit 6aa98d5c by Krystian Kuzniarek

fix an improperly generated table

parent f64f7bd3
...@@ -67,15 +67,9 @@ deprecated and refactored away. ...@@ -67,15 +67,9 @@ deprecated and refactored away.
So please be aware of the different definitions of the terms: So please be aware of the different definitions of the terms:
| Meaning | googletest Term | [ISTQB](http://www.istqb.org/) | Meaning | googletest Term | [ISTQB](http://www.istqb.org/) Term
: : : Term : :----------------------------------------------------------------------------------- | :---------------------- | :----------------------------------
| :---------------- | :---------------------- | :----------------------------- | Exercise a particular program path with specific input values and verify the results | [TEST()](#simple-tests) | [Test Case][istqb test case]
| Exercise a | [TEST()](#simple-tests) | [Test Case][istqb test case] |
: particular : : :
: program path with : : :
: specific input : : :
: values and verify : : :
: the results : : :
[istqb test case]: http://glossary.istqb.org/en/search/test%20case [istqb test case]: http://glossary.istqb.org/en/search/test%20case
[istqb test suite]: http://glossary.istqb.org/en/search/test%20suite [istqb test suite]: http://glossary.istqb.org/en/search/test%20suite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment