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
No related merge requests found
match_rules(
apply( apply(
match( match(
optional(equal(class[0], other)), optional(equal(class[0], other)),
...@@ -7,3 +8,4 @@ apply( ...@@ -7,3 +8,4 @@ apply(
unmark(M, "A") unmark(M, "A")
) )
) )
)
match_rules(
apply( apply(
match( match(
optional(equal(class[0], other)), optional(equal(class[0], other)),
...@@ -7,3 +8,4 @@ apply( ...@@ -7,3 +8,4 @@ apply(
unmark(M, "B") unmark(M, "B")
) )
) )
)
match_rules(
apply( apply(
match( match(
longest( longest(
...@@ -16,3 +17,4 @@ apply( ...@@ -16,3 +17,4 @@ apply(
actions(mark(M, "C")) actions(mark(M, "C"))
) )
)
match_rules(
apply( apply(
match( match(
oneof( oneof(
...@@ -16,3 +17,4 @@ apply( ...@@ -16,3 +17,4 @@ apply(
actions(mark(M, "C")) 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