From d8054987010d9c11e50e599d26b108cfede895eb Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 12 Sep 2014 10:43:27 -0400 Subject: Help: Fix set_tests_properties documentation typo The example for FAIL_REGULAR_EXPRESSION should actually name it. --- Help/command/set_tests_properties.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst index 82cd5d8..e29d690 100644 --- a/Help/command/set_tests_properties.rst +++ b/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. -- cgit v0.12