diff options
Diffstat (limited to 'Help/prop_test/PASS_REGULAR_EXPRESSION.rst')
-rw-r--r-- | Help/prop_test/PASS_REGULAR_EXPRESSION.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_test/PASS_REGULAR_EXPRESSION.rst b/Help/prop_test/PASS_REGULAR_EXPRESSION.rst new file mode 100644 index 0000000..bb35f77 --- /dev/null +++ b/Help/prop_test/PASS_REGULAR_EXPRESSION.rst @@ -0,0 +1,8 @@ +PASS_REGULAR_EXPRESSION +----------------------- + +The output must match this regular expression for the test to pass. + +If set, the test output will be checked against the specified regular +expressions and at least one of the regular expressions has to match, +otherwise the test will fail. |