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."
}
]
}