You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
message parser version: ^0.14.1
input:
Expected behavior:
[ { "t": "Text", "c": "I want to set this dns record for " }, { "t": "Link", "c": { "destination": { "target": "example.chat", "hostname": "example.chat", } } }, { "t": "Text", "c": ": " }, { "t": "Linebreak" }, { "t": "Text", "c": "google-site-verification=bn78" } ]Actual behavior:
[ { "t": "Text", "c": "I want to set this dns record for example" }, { "t": "Link", "c": { "destination": { "target": ".chat", "hostname": ".chat: \ngoogle-site-verification=bn7", "punycode": { "original_hostname": ".chat: \ngoogle-site-verification=bn7", "ascii_hostname": ".xn--chat: \ngoogle-site-verification=bn7-", "punycode_encoded_url": ".chat" } } } }, { "t": "Text", "c": ": " }, { "t": "Linebreak" }, { "t": "Text", "c": "google-site-verification=bn78" } ]