From 47b55d68fe52387427d62ce1fed6928b38f5c973 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 16 Mar 2019 22:01:38 +0000 Subject: [PATCH] TRY AND BREAK THIS WITH NEW LONG TLDS --- tests/data/url.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/data/url.json b/tests/data/url.json index 2dcfc71..e9e35f3 100644 --- a/tests/data/url.json +++ b/tests/data/url.json @@ -247,6 +247,18 @@ { "test": "https://www.example.com/a_(aaaaaaaaaaaaaaaaa)a", "expected": "https://www.example.com/a_(aaaaaaaaaaaaaaaaa)a" + }, + { + "test": "https://global.canon/en/index.html", + "expected": "https://global.canon/en/index.html" + }, + { + "test": "Take www.global.canon/en/index.html photos.", + "expected": "Take www.global.canon/en/index.html photos." + }, + { + "test": "Take www.global.canon photos.", + "expected": "Take www.global.canon photos." } ] }