provide support for round brackets in tag expressions as is in gauge
ab-yz opened this issue · 2 comments
ab-yz commented
To be able to use spectacle as a tool for static tag analysis for gauge, I need to be able to execute the same tag expressions in spectacle as is possible in gauge.
In gauge, it is possible to have tag expressions with round brackets - this is not yet possible in spectacle.
Give spectacle the ability to work with tag expressions containing (possibly more than one set of) round brackets like in "(tagA | tagB) & !tagC".
Right now using () in spectacle gives: "No Specifications found that matches the given tag expression..."
kashishm commented
@ab-yz Please try this with the latest spectacle nightly and let us know if you still face the same issue.
ab-yz commented
Everything is working fine, thank you very much!