-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tagging of sections does not play well with validation template #46
Comments
I am not sure I see the problem yet. Do you have an explicit example that should pass validation but does not? (maybe the above is an explicit example) |
Yes, the above example fails with |
I think we need to touch all the recusrive functions to be tag-tolerant, but there's a little nasty twist. I don't consider tagging to be an enormously important feature: it can be emulated by duplication in the validation template. |
The minimum would be a mention in docs and not support this. We may consider implementing keyword/section "templates" which would help avoiding input template code repetition. |
Still low priority, as there is not really a relevant use case so far. |
The following is parsed by the grammar, but does not pass validation.
This totally slipped through the cracks and I am unsure how to solve it.
The text was updated successfully, but these errors were encountered: