diff options
author | Christian Schneider | 2025-02-18 16:39:05 +0100 |
---|---|---|
committer | Christian Schneider | 2025-02-18 16:39:05 +0100 |
commit | c6330b2766fec18784d6395b0bbafbe56a4c6197 (patch) | |
tree | 66aa27bf43dea8471a165560433d1db053d1ab59 /test/it.t | |
parent | 2a4e493468d5337e7cfd2b3d04f9bb0943b56775 (diff) | |
download | itools-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-x | test/it.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)); } |