Skip to content

Commit 72a3c76

Browse files
authored
Fix q-ws rule in KQL grammar (#463)
1 parent 757eb55 commit 72a3c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QUERY-SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ comparison := accessor q-ws* matcher-operator q-ws* ($type | $string | $number |
127127
accessor := "val(" q-ws* $integer q-ws* ")" | "prop(" q-ws* $string q-ws* ")" | "name(" q-ws* ")" | "tag(" q-ws* ")" | "values(" q-ws* ")" | "props(" q-ws* ")" | $string
128128
matcher-operator := "=" | "!=" | ">" | "<" | ">=" | "<=" | "^=" | "$=" | "*="
129129
130-
q-ws := $plain-node-space
130+
q-ws := $node-space
131131
```

0 commit comments

Comments
 (0)