test removal of non-existant record
This commit is contained in:

committed 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")
|
||||
|
Reference in New Issue
Block a user