Skip to content

Commit aff0232

Browse files
committed
chore: Add failing example with empty string argument
1 parent d57349f commit aff0232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/efp_logger_example.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ int main() {
3434
// const auto a_1000 = std::string(1000, 'a');
3535
// info("This is a info message with a 1000 char string: {}", a_1000);
3636
// info("Does it support Korean? {}", "한글도 되나요?");
37+
info("This is a info message with a empty string: {}", std::string(""));
3738

3839
return 0;
3940
}

0 commit comments

Comments
 (0)