diff options
author | Christian Schneider | 2021-01-13 16:13:25 +0100 |
---|---|---|
committer | Christian Schneider | 2021-01-13 16:13:25 +0100 |
commit | 81e5fda87626dfe94d46be511ebc546076b1975b (patch) | |
tree | 9669ecb252500e514ff932df2e1036ab13cf8008 /test/it_html.t | |
parent | 1f57cc663c83ec44ec292256147f9811945e260a (diff) | |
download | itools-81e5fda87626dfe94d46be511ebc546076b1975b.tar.gz itools-81e5fda87626dfe94d46be511ebc546076b1975b.tar.bz2 itools-81e5fda87626dfe94d46be511ebc546076b1975b.zip |
Unified brace and else if style
Diffstat (limited to 'test/it_html.t')
-rwxr-xr-x | test/it_html.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/it_html.t b/test/it_html.t index a43f674..aa734c0 100755 --- a/test/it_html.t +++ b/test/it_html.t @@ -253,9 +253,8 @@ is( 'empty tags removal' ); -foreach (json_decode(it::file_get_contents(dirname($argv[0]) . '/U_tests.json'), true) as $test) { +foreach (json_decode(it::file_get_contents(dirname($argv[0]) . '/U_tests.json'), true) as $test) is(U(...$test['args']), $test['exp'], $test['name']); -} is(it_html::entity_decode("ä"), "รค"); is(it_html::entity_decode("J"), "J"); |