blob: 47344309fe6b82fdfa479b187b103a0930c27532 [file] [log] [blame]
{
"tests": [
{
"description": "query: where clause with non-== comparison with NaN",
"comment": "You can only compare NaN for equality.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"a"
]
},
"op": "\u003c",
"jsonValue": "\"NaN\""
}
}
],
"isError": true
}
}
]
}