diff options
Diffstat (limited to 'lib/mstch/test/data/empty_string.hpp')
| -rw-r--r-- | lib/mstch/test/data/empty_string.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mstch/test/data/empty_string.hpp b/lib/mstch/test/data/empty_string.hpp new file mode 100644 index 0000000..32e70bf --- /dev/null +++ b/lib/mstch/test/data/empty_string.hpp @@ -0,0 +1,6 @@ +const auto empty_string_data = mstch::map{ + {"description", std::string{"That is all!"}}, + {"child", mstch::map{ + {"description", std::string{""}} + }} +};
\ No newline at end of file |
