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

3 lines
148 B
C++

const mstch::node error_eof_in_section_data = mstch::map_wrapper{
{{"hello", mstch::array_wrapper{{std::string{"a"}, std::string{"b"}}}}}};