diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/it_html.t | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/tests/it_html.t b/tests/it_html.t index 6ed59d8..40cbfc5 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -193,8 +193,6 @@ is(  	'U() converting of \ to /'  ); -is(table(null), table(""), "it_parse_args backwards compatibility"); -  is(it_html::entity_decode("ä"),  "รค");  is(it_html::entity_decode("J"),  "J");  is(it_html::entity_decode("J"),  "J"); |