blob: a5b2add33360db2c4a2c310041947e98b292fd37 [file] [log] [blame]
{
"tests": [
{
"description": "query: invalid path in Where clause",
"comment": "The path has an empty component.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"*",
""
]
},
"op": "==",
"jsonValue": "4"
}
}
],
"isError": true
}
}
]
}