We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a68d2 commit d0a274aCopy full SHA for d0a274a
1 file changed
Flow.Launcher.Test/Plugins/UrlPluginTest.cs
@@ -36,6 +36,7 @@ public void URLMatchTest()
36
ClassicAssert.IsTrue(plugin.IsURL("[::1]"));
37
ClassicAssert.IsTrue(plugin.IsURL("[::1]:8080"));
38
ClassicAssert.IsTrue(plugin.IsURL("2001:db8::1"));
39
+ ClassicAssert.IsTrue(plugin.IsURL("fe80:1:2::3:4"));
40
ClassicAssert.IsTrue(plugin.IsURL("::1"));
41
ClassicAssert.IsTrue(plugin.IsURL("HTTP://EXAMPLE.COM"));
42
ClassicAssert.IsTrue(plugin.IsURL("HTTPS://EXAMPLE.COM"));
0 commit comments