Files
mgmt/lang/interpret_test/TestAstFunc2/empty-list/main.mcl
James Shubin 959084040d lang: Don't block the engine for empty values
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.
2021-05-04 11:27:58 -04:00

6 lines
128 B
Plaintext

# make sure the engine works with empty values
test "name" {
slicestring => [], # empty list
mapintfloat => {}, # empty map
}