mstch/test/data/empty_string.hpp

6 lines
159 B
C++
Raw Normal View History

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