summaryrefslogtreecommitdiff
path: root/test/it.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/it.t')
-rwxr-xr-xtest/it.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/it.t b/test/it.t
index 992a81f..cee4fa6 100755
--- a/test/it.t
+++ b/test/it.t
@@ -16,7 +16,8 @@ function _match($regex, $string, $expect, $name, $p = [])
{
$GLOBALS['TEST_MORE_LEVEL'] = 1;
$pass = is (it::match($regex, $string, $p), $expect, $name);
- if (!$pass) {
+ if (!$pass)
+ {
diag(" regex given: $regex" . ($p ? " " .D($p) : ""));
diag(" regex converted: " . it::convertregex($regex));
}