clarity-pattern-parser 11.3.0 → 11.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -912,7 +912,7 @@
912
912
  for (let pattern of this._recursiveAncestors) {
913
913
  if (pattern.startedOnIndex === this.startedOnIndex) {
914
914
  depth++;
915
- if (depth > 0) {
915
+ if (depth > 1) {
916
916
  return true;
917
917
  }
918
918
  }