mstch/test/data/whitespace.hpp
2015-04-16 21:05:59 +02:00

4 lines
110 B
C++

const auto whitespace_data = mstch::map{
{"tag1", std::string{"Hello"}},
{"tag2", std::string{"World"}}
};