From 97dbe632f49c11019e0e96a17e443db2c63283f9 Mon Sep 17 00:00:00 2001 From: philsquared Date: Tue, 6 Nov 2012 11:33:14 -0800 Subject: [PATCH] Updated Command line (markdown) --- Command-line.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Command-line.md b/Command-line.md index 05e402c..75fe3dd 100644 --- a/Command-line.md +++ b/Command-line.md @@ -72,13 +72,13 @@ Each tag is enclosed in square brackets. A series of tags form an AND expression -g [one][two],[three] -This matches all tests tagged [one] and [two], as well as all tests tagged [three]. +This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`. -Tags can be negated with the ~ character. This removed matching tests from the set. e.g.: +Tags can be negated with the `~` character. This removed matching tests from the set. e.g.: -g [one]~[two] -matches all tests tagged [one], except those also tagged [two] +matches all tests tagged `[one]`, except those also tagged `[two]` ## Choosing a reporter to use