Browse Source
* Fixed Selector.ValidateNestingSelector not calling overrides when iterating up through parent selectors Changed ValidateNestingSelector to call recursively, walking up the hierarchy of parent selectors. This means function overrides are taken into account when walking up the tree. Now if a selector has an OrSelector as its parent, it doesn't throw an exception. * Updated ToString methods to surround OrSelectors with parenthesis where usefulpull/20023/head
committed by
GitHub
11 changed files with 64 additions and 34 deletions
Loading…
Reference in new issue