Alter the UTF-8 URL test to also check for lc in English.
This commit is contained in:
parent
1ed5933c74
commit
406b8219c3
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ my $td
|
|||
url => 'testdispatch',
|
||||
} );
|
||||
|
||||
my $utf8_url = "viel-spa\x{00DF}";
|
||||
my $utf8_url = "Viel-spa\x{00DF}";
|
||||
utf8::upgrade $utf8_url;
|
||||
my $utf8
|
||||
= WebGUI::Asset->getImportNode( $session )->addChild( {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue