test removal of non-existant record

This commit is contained in:
Michael Davidsaver
2024-08-21 09:48:23 -05:00
committed by Andrew Johnson
co-authored by Andrew Johnson
parent fd072e4429
commit 2a5def7fc6
@@ -34,6 +34,11 @@ record(x, "testdelrec8") {
field("INP", "{z:{good:1}}")
}
record("#", "no:such:record") { }
record("#", "also:non:existant") {
field(FOO, "5")
}
record("#", "testdelrec1") { }
record("#", "testdelrec2") {
field("INP", "foobar2")