From 5416c9a8056dad1c7366991d75f3688c2371cf08 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Mon, 13 May 2024 16:53:26 +0200 Subject: [PATCH] test(zencode): add test for import and export of empty strings in tables --- test/zencode/then.bats | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 <