mstch/test/data/empty_string.hpp

6 lines
159 B
C++
Raw Normal View History

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