Arquivos
hhvm/hphp/test/quick/idn-uts46-basic.php.expect
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

25 linhas
491 B
Plaintext

all ok, no details:
string(22) "www.xn--fuball-cta.com"
all ok, no details, transitional:
string(16) "www.fussball.com"
all ok, with details:
string(22) "www.xn--fuball-cta.com"
array(3) {
["result"]=>
string(22) "www.xn--fuball-cta.com"
["isTransitionalDifferent"]=>
int(1)
["errors"]=>
int(0)
}
reverse, ok, with details:
string(16) "www.fußball.com"
array(3) {
["result"]=>
string(16) "www.fußball.com"
["isTransitionalDifferent"]=>
int(0)
["errors"]=>
int(0)
}