Skip to content
Snippets Groups Projects
Commit fcf19b28 authored by ilor's avatar ilor
Browse files

Use WCCLFile parsing in data-droven tag rule and match rule tests

parent 85e9f1fe
Branches
No related merge requests found
match_rules(
apply(
match(
optional(equal(class[0], other)),
......@@ -7,3 +8,4 @@ apply(
unmark(M, "A")
)
)
)
match_rules(
apply(
match(
optional(equal(class[0], other)),
......@@ -7,3 +8,4 @@ apply(
unmark(M, "B")
)
)
)
match_rules(
apply(
match(
longest(
......@@ -16,3 +17,4 @@ apply(
actions(mark(M, "C"))
)
)
match_rules(
apply(
match(
oneof(
......@@ -16,3 +17,4 @@ apply(
actions(mark(M, "C"))
)
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment