mstch/test/data/bug_11_eating_whitespace.hpp

3 lines
86 B
C++
Raw Permalink Normal View History

2015-04-16 19:05:59 +00:00
const auto bug_11_eating_whitespace_data = mstch::map{
{"tag", std::string{"yo"}}
2015-04-23 13:55:18 +00:00
};