From 183892d556e3fb6c389f24490531629afef1859a Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 7 Apr 2022 12:00:26 +0200 Subject: No regular use of javascript: found, remove warning and silently strip it --- test/it_html.t | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/it_html.t b/test/it_html.t index a387781..aa734c0 100755 --- a/test/it_html.t +++ b/test/it_html.t @@ -253,10 +253,8 @@ is( 'empty tags removal' ); -$GLOBALS['ULTRANOERRORS'] = true; # FIXME CS 2022-03-01 Remove this after U() does include it::error for javascript urls any more foreach (json_decode(it::file_get_contents(dirname($argv[0]) . '/U_tests.json'), true) as $test) is(U(...$test['args']), $test['exp'], $test['name']); -$GLOBALS['ULTRANOERRORS'] = false; is(it_html::entity_decode("ä"), "รค"); is(it_html::entity_decode("J"), "J"); -- cgit v1.2.3