-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
test123.com:
expected:
[
{
"t": "Link",
"c": {
"destination": {
"target": "test123.com",
"hostname": "test123.com"
}
}
},
{
"t": "Text",
"c": ":"
},
{
"t": "Linebreak"
}
]actual:
[
{
"t": "Text",
"c": "test"
},
{
"t": "Link",
"c": {
"destination": {
"target": "123.com",
"hostname": "123.com:",
"punycode": {
"original_hostname": "123.com:",
"ascii_hostname": "123.xn--com:-",
"punycode_encoded_url": "123.com"
}
}
}
},
{
"t": "Text",
"c": ":"
},
{
"t": "Linebreak"
}
]Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working