mstch/test/data/empty_string.hpp
2015-04-16 21:05:59 +02:00

6 lines
161 B
C++

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