Open
Description
A simple example which gets a "ParseError: Expected (
[at line 8 col 22]"
ruleset compound_action {
rule every_in_choose {
select when compound test_noop
pre {
cv = event:attrs{"msg_type"} || "rumor"
}
choose cv {
rumor => every {noop()}
seen => noop()
}
}
}
Nonsensical example distilled from a real case where we need a compound action inside a branch of a choose