We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156e2e6 commit 81e1531Copy full SHA for 81e1531
src/grammar.pest
@@ -28,7 +28,7 @@ sliceEnd = @{ integer }
28
sliceStep = @{ integer }
29
30
descendant = ${ ".." ~ descendantVariant }
31
-descendantVariant = _{ childName | wildcard | "[" ~ unionElement ~ "]" }
+descendantVariant = _{ childName | wildcard | "[" ~ wildcard ~ "]" | "[" ~ unionElement ~ "]" }
32
wildcard = { "*" }
33
34
doubleQuotedString = _{ "\"" ~ doubleInner ~ "\"" }
0 commit comments