Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix emission of empty <actions> tag #43

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smortex
Copy link
Collaborator

@smortex smortex commented Aug 9, 2023

The latest version of the patterndb schema fail validation if an <actions> tag has no <action> tag in it. Ensure we do not produce such a tag when it is not needed.

Fixes #3

The latest version of the patterndb schema fail validation if an ACTIONS
tag has no ACTION tag in it.  Ensure we do not produce such a tag when
it is not needed.

Fixes #3
@smortex smortex added the bug label Aug 9, 2023
@smortex smortex changed the title Fix emission of empty ACTIONS tag Fix emission of empty <actions> tag Aug 10, 2023
@smortex smortex marked this pull request as draft August 10, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

empty actions sections do not validate
1 participant