mstch/test/data/whitespace.hpp

4 lines
110 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto whitespace_data = mstch::map{
2015-04-10 02:41:27 +08:00
{"tag1", std::string{"Hello"}},
{"tag2", std::string{"World"}}
2015-04-17 03:05:59 +08:00
};