If the user passed an empty list or map, we should send that and not block. This also includes a simple test to ensure this keeps working.
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
# make sure the engine works with empty values
|
|
test "name" {
|
|
slicestring => [], # empty list
|
|
mapintfloat => {}, # empty map
|
|
}
|