mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add test case
This commit is contained in:
parent
e9a68d2563
commit
d0a274a668
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ namespace Flow.Launcher.Test.Plugins
|
|||
ClassicAssert.IsTrue(plugin.IsURL("[::1]"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("[::1]:8080"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("2001:db8::1"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("fe80:1:2::3:4"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("::1"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("HTTP://EXAMPLE.COM"));
|
||||
ClassicAssert.IsTrue(plugin.IsURL("HTTPS://EXAMPLE.COM"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue