aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/empty_string.hpp
blob: 32e70bf856cf8acb68cd6f1c2bf8e9bdd1ca7517 (plain)
1
2
3
4
5
6
const auto empty_string_data = mstch::map{
  {"description", std::string{"That is all!"}},
  {"child", mstch::map{
    {"description", std::string{""}}
  }}
};