mstch/test/data/empty_string.hpp
2015-04-17 02:07:14 +02:00

6 lines
159 B
C++

const auto empty_string_data = mstch::map{
{"description", std::string{"That is all!"}},
{"child", mstch::map{
{"description", std::string{""}}
}}
};