blob: 7d5e6e4f07bcc84837516971fa09c79a16b1ef67 [file] [log] [blame]
{
"tests": [
{
"description": "update: invalid character",
"comment": "The keys of the data given to Update are interpreted, unlike those of Create and Set. They cannot contain special characters.",
"update": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a~b\": 1}",
"isError": true
}
}
]
}