Skip to content

Commit

Permalink
Force the rules to have a matcher or a dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 4, 2022
1 parent 0a83830 commit 24e18c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/autoyast-rnc/rules.rnc
Expand Up @@ -28,10 +28,11 @@ rule =
element rule {
MAP,
(
y2_match_to* &
(
y2_match_to+ | (y2_match_to* & dialog)
) &
result &
operator? &
dialog?
operator?
)
}

Expand Down

0 comments on commit 24e18c2

Please sign in to comment.