Skip to content

Commit b71689e

Browse files
committed
more complex test
Signed-off-by: bmorelli25 <[email protected]>
1 parent f5cb51e commit b71689e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/authoring/Applicability/AppliesToFrontMatter.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ applies_to:
222222
serverless:
223223
security: ga 9.0.0
224224
stack: ga 9.1
225+
ecctl: ga 10.0
226+
apm_agent_dotnet: ga 9.0
225227
"""
226228
[<Fact>]
227229
let ``parses all categories regardless of YAML order`` () =
@@ -233,5 +235,9 @@ applies_to:
233235
Deployment=DeploymentApplicability(
234236
Eck=AppliesCollection.op_Explicit "ga 9.0"
235237
),
238+
ProductApplicability=ProductApplicability(
239+
Ecctl=AppliesCollection.op_Explicit "ga 10.0",
240+
ApmAgentDotnet=AppliesCollection.op_Explicit "ga 9.0"
241+
),
236242
Product=AppliesCollection.op_Explicit "ga"
237243
))

0 commit comments

Comments
 (0)