diff --git a/test/zencode/then.bats b/test/zencode/then.bats index aca4f1a7d..42c6118ef 100644 --- a/test/zencode/then.bats +++ b/test/zencode/then.bats @@ -269,3 +269,27 @@ EOF save_output 'dictionary_string_float_time.out' assert_output '{"dictionary":{"num":1.234568e+10,"str":"hello world!","time":1702474699}}' } + +@test "Tables with empty strings" { + cat <