Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Framework/Html.php')
-rw-r--r--tests/Framework/Html.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Framework/Html.php b/tests/Framework/Html.php
index edc3466b0..8507477c2 100644
--- a/tests/Framework/Html.php
+++ b/tests/Framework/Html.php
@@ -117,6 +117,10 @@ class Framework_Html extends PHPUnit_Framework_TestCase
'expression="test == true ? \' test\' : \'\'" ',
array('expression' => 'test == true ? \' test\' : \'\''),
),
+ array(
+ 'href="http://domain.tld/страница"',
+ array('href' => 'http://domain.tld/страница'),
+ ),
);
}