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 f282917 commit dcbd4d7Copy full SHA for dcbd4d7
tests/authoring/Applicability/AppliesToFrontMatter.fs
@@ -186,3 +186,11 @@ applies_to:
186
Stack=AppliesCollection.op_Explicit "ga 9.1.0",
187
Product=AppliesCollection.op_Explicit "coming 9.5, discontinued 9.7"
188
))
189
+
190
+type ``parses empty applies_to as null`` () =
191
+ static let markdown = frontMatter """
192
+applies_to:
193
+"""
194
+ [<Fact>]
195
+ let ``does not render label`` () =
196
+ markdown |> appliesTo null
0 commit comments