Skip to content

Commit

Permalink
[+]: added one more test for "UTF8::urldecode()" v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Moelleken committed Feb 20, 2015
1 parent 827e12e commit 8236e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UTF8Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ public function testUrldecode()
'' => '',
"\n" => "\n",
"\u00ed" => "í",
"con%5cu00%366irm " => 'confirm',
"con%5cu00%366irm" => 'confirm',
"tes%20öäü%20\u00edtest" => "tes öäü ítest",
"Düsseldorf" => "Düsseldorf",
"Duesseldorf" => "Duesseldorf",
Expand Down

0 comments on commit 8236e53

Please sign in to comment.