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 003cf6d commit b8b5db9Copy full SHA for b8b5db9
tests/authoring/Applicability/AppliesToFrontMatter.fs
@@ -193,4 +193,4 @@ applies_to:
193
"""
194
[<Fact>]
195
let ``does not render label`` () =
196
- markdown |> appliesTo null
+ markdown |> appliesTo (Unchecked.defaultof<ApplicableTo>)
0 commit comments