mstch/test/data/whitespace.hpp

4 lines
110 B
C++
Raw Normal View History

2015-04-16 19:05:59 +00:00
const auto whitespace_data = mstch::map{
2015-04-09 18:41:27 +00:00
{"tag1", std::string{"Hello"}},
{"tag2", std::string{"World"}}
2015-04-16 19:05:59 +00:00
};