mstch/test/data/empty_string.hpp

6 lines
159 B
C++
Raw Permalink Normal View History

2015-04-17 00:07:14 +00:00
const auto empty_string_data = mstch::map{
2015-04-09 18:41:27 +00:00
{"description", std::string{"That is all!"}},
2015-04-16 19:05:59 +00:00
{"child", mstch::map{
2015-04-09 18:41:27 +00:00
{"description", std::string{""}}
}}
2015-04-16 19:05:59 +00:00
};