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 3effb40 commit 19d23afCopy full SHA for 19d23af
Flow.Launcher.Test/Plugins/ExplorerTest.cs
@@ -243,6 +243,9 @@ public void GivenQuery_WhenActionKeywordForFileContentSearchExists_ThenFileConte
243
[TestCase(@"cc:\", false)]
244
[TestCase(@"\\\SomeNetworkLocation\", false)]
245
[TestCase("RandomFile", false)]
246
+ [TestCase(@"c:\>*", true)]
247
+ [TestCase(@"c:\>", true)]
248
+ [TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
249
public void WhenGivenQuerySearchString_ThenShouldIndicateIfIsLocationPathString(string querySearchString, bool expectedResult)
250
{
251
// When, Given
0 commit comments