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