| { | |
| "tests": [ | |
| { | |
| "description": "query: invalid path in OrderBy clause", | |
| "comment": "The path has an empty component.", | |
| "query": { | |
| "collPath": "projects/projectID/databases/(default)/documents/C", | |
| "clauses": [ | |
| { | |
| "orderBy": { | |
| "path": { | |
| "field": [ | |
| "*", | |
| "" | |
| ] | |
| }, | |
| "direction": "asc" | |
| } | |
| } | |
| ], | |
| "isError": true | |
| } | |
| } | |
| ] | |
| } |