mstch/test/data/empty_string.hpp
2020-02-12 20:53:14 +01:00

6 lines
230 B
C++

#include "mstch/mstch.hpp"
const auto empty_string_data =
mstch::map_wrapper{{{"description", std::string{"That is all!"}},
{"child", mstch::map_wrapper{{{"description", std::string{""}}}}}}};