Browse Source

Help: Fix set_tests_properties documentation typo

The example for FAIL_REGULAR_EXPRESSION should actually name it.
Andrew Bauer 11 years ago
parent
commit
d805498701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/command/set_tests_properties.rst

+ 1 - 1
Help/command/set_tests_properties.rst

@@ -27,7 +27,7 @@ specified regular expressions, the test will fail.
 
 ::
 
-  Example: PASS_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed"
+  Example: FAIL_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed"
 
 Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a list
 of regular expressions.