mstch/test/data/error_eof_in_section.hpp
2015-04-27 10:37:11 +02:00

3 lines
117 B
C++

const auto error_eof_in_section_data = mstch::map{
{"hello", mstch::array{std::string{"a"}, std::string{"b"}}}
};