File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Elastic.Markdown.Tests/Inline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public class SupportsSubstitutionsFromDocSet(ITestOutputHelper output) : InlineT
9797The following should be subbed: {{hello-world}}
9898The following should be subbed as well: {{global-var}}
9999"""
100- , new ( ) { { "global-var" , "A variable from docset.yml" } }
100+ , new ( ) { { "global-var" , "A variable from docset.yml" } }
101101)
102102{
103103
@@ -119,7 +119,7 @@ public class CanNotShadeGlobalVariables(ITestOutputHelper output) : InlineTest(o
119119The following should be subbed: {{hello-world}}
120120The following should be subbed as well: {{hello-world}}
121121"""
122- , new ( ) { { "hello-world" , "A variable from docset.yml" } }
122+ , new ( ) { { "hello-world" , "A variable from docset.yml" } }
123123)
124124{
125125
You can’t perform that action at this time.
0 commit comments