You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
712 B

  1. # DO NOT MODIFY. This file was generated by
  2. # github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
  3. # If a Delete is part of the value at a merge path, then the user is confused:
  4. # their merge path says "replace this entire value" but their Delete says "delete
  5. # this part of the value". This should be an error, just as if they specified
  6. # Delete in a Set with no merge.
  7. description: "set-merge: Delete cannot appear as part of a merge path"
  8. set: <
  9. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  10. option: <
  11. fields: <
  12. field: "h"
  13. >
  14. >
  15. json_data: "{\"h\": {\"g\": \"Delete\"}}"
  16. is_error: true
  17. >