Added a test case for printing an empty string (#2590)

Fixes #2364 according to issue description
This commit is contained in:
Marcin Hajder
2025-12-02 17:41:36 +01:00
committed by GitHub
parent 0cca0ee869
commit 0c064ac017

View File

@@ -1032,6 +1032,9 @@ testCase testCaseChar = {
std::vector<printDataGenParameters> printStringGenParameters = {
// empty format, no data representation
{ {""} },
// empty format
{ {""}, "\"foo\"" },
@@ -1094,6 +1097,8 @@ std::vector<std::string> correctBufferString = {
"",
"",
" foo",
"f",