Skip to content

Commit

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

Expand Down

0 comments on commit 0a83830

Please sign in to comment.