mstch/test/data/error_eof_in_section.hpp

3 lines
117 B
C++
Raw Normal View History

2015-04-27 16:37:11 +08:00
const auto error_eof_in_section_data = mstch::map{
{"hello", mstch::array{std::string{"a"}, std::string{"b"}}}
};