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 b8b5db9 commit 17ca700Copy full SHA for 17ca700
tests/authoring/Applicability/AppliesToFrontMatter.fs
@@ -23,7 +23,7 @@ applies_to:
23
"""
24
[<Fact>]
25
let ``apply matches expected`` () =
26
- markdown |> appliesTo ApplicableTo.All
+ markdown |> appliesTo (Unchecked.defaultof<ApplicableTo>)
27
28
type ``apply default to top level arguments`` () =
29
static let markdown = frontMatter """
0 commit comments