mstch/test/data/whitespace.hpp

4 lines
110 B
C++
Raw Permalink Normal View History

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