summaryrefslogtreecommitdiff
path: root/test/it.t
diff options
context:
space:
mode:
authorChristian Schneider2025-02-18 16:39:05 +0100
committerChristian Schneider2025-02-18 16:39:05 +0100
commitc6330b2766fec18784d6395b0bbafbe56a4c6197 (patch)
tree66aa27bf43dea8471a165560433d1db053d1ab59 /test/it.t
parent2a4e493468d5337e7cfd2b3d04f9bb0943b56775 (diff)
downloaditools-c6330b2766fec18784d6395b0bbafbe56a4c6197.tar.gz
itools-c6330b2766fec18784d6395b0bbafbe56a4c6197.tar.bz2
itools-c6330b2766fec18784d6395b0bbafbe56a4c6197.zip
Cleanup round to make indentation style consistent across files
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));
}