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
path: root/tests
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2017-12-31 15:22:48 +0300
committerAleksander Machniak <alec@alec.pl>2017-12-31 15:22:48 +0300
commita8d554716379056198e1b65274dc733bbcd45d5f (patch)
treea16b8275a9f7420d49111c74b1160234171fd63a /tests
parent869882f8dbe5d2345415d586bc3e82e5da26bfb0 (diff)
Update idn convertion methods (#6115)
* Add more test cases * Update phpdoc
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Utils.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Framework/Utils.php b/tests/Framework/Utils.php
index af198a1f3..5cf5018c1 100644
--- a/tests/Framework/Utils.php
+++ b/tests/Framework/Utils.php
@@ -570,6 +570,15 @@ class Framework_Utils extends PHPUnit_Framework_TestCase
array('test@рф.ru', 'test@xn--p1ai.ru'),
array('test@δοκιμή.gr', 'test@xn--jxalpdlp.gr'),
array('test@gwóźdź.pl', 'test@xn--gwd-hna98db.pl'),
+ array('рф.ru@рф.ru', 'рф.ru@xn--p1ai.ru'),
+ array('vermögensberater', 'xn--vermgensberater-ctb'),
+ array('vermögensberatung', 'xn--vermgensberatung-pwb'),
+ array('グーグル', 'xn--qcka1pmc'),
+ array('谷歌', 'xn--flw351e'),
+ array('中信', 'xn--fiq64b'),
+ array('рф.ru', 'xn--p1ai.ru'),
+ array('δοκιμή.gr', 'xn--jxalpdlp.gr'),
+ array('gwóźdź.pl', 'xn--gwd-hna98db.pl'),
);
}