Add have_child_tag to match any child or grand child tags.#83
Add have_child_tag to match any child or grand child tags.#83rajaravivarma-r wants to merge 2 commits intokucaahbe:mainfrom
Conversation
|
@kucaahbe This PR addresses this issue #65 and possibly an alternative approach to this issue #76 too. The idea is to match child elements strictly, and not match against the parent tag, which is the current behaviour. Right now, I've added Later we can add Please let me know if this is something you want to proceed with, I'm happy to polish this and add documentation. |
|
Hello @rajaravivarma-r, thank you for your efforts in addressing these long-term issues. To be clear, I don't have much time to work on this project because of the war in my country (🇺🇦), so I'm trying to be both practical and pragmatic in decision-making. Additionally, this project began more than 10 years ago, and I haven't worked on it for at least 7 years, so my understanding of how it works and how it was intended to work is limited. Both issues (#65/#76) signal a severe bug in The only thing missing (which you stated in PR description) is the documentation, so I suggest adding one in a way that not only documents the behaviour of the |
have_child_tagcan be used to match any child or grand child tags.TODO: Documentation pending.