From 0c6abf4cd050066d723b4cf5f52dd571d3fe38fd Mon Sep 17 00:00:00 2001 From: Sumith Date: Wed, 24 Jun 2015 20:01:59 +0530 Subject: [PATCH] Fixed typo in docs --- docs/test-cases-and-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 28426d78..beb8d2cc 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -6,7 +6,7 @@ Instead Catch provides a powerful mechanism for nesting test case sections withi Test cases and sections are very easy to use in practice: -* **TEST_CASE(** _test name_ \[, _tags_ \] **)** +* **TEST_CASE(** _test name_, \[ _tags_ \] **)** * **SECTION(** _section name_ **)** _test name_ and _section name_ are free form, quoted, strings. The optional _tags_ argument is a quoted string containing one or more tags enclosed in square brackets. Tags are discussed below. Test names must be unique within the Catch executable.