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 1fc2b4e commit 6396f87Copy full SHA for 6396f87
tests/Elastic.Markdown.Tests/SiteMap/NavigationTests.cs
@@ -18,12 +18,12 @@ public void ParsesNestedFoldersAndPrefixesPaths()
18
{
19
Configuration.ImplicitFolders.Should().NotBeNullOrEmpty();
20
Configuration.ImplicitFolders.Should()
21
- .Contain("markup")
22
- .And.Contain("syntax");
+ .Contain("testing")
+ .And.Contain("testing/req.md");
23
}
24
[Fact]
25
public void ParsesFilesAndPrefixesPaths() =>
26
Configuration.Files.Should()
27
.Contain("index.md")
28
- .And.Contain("testing/req.md");
+ .And.Contain("syntax");
29
0 commit comments