mstch/test/data/delimiters.hpp
2015-04-24 00:35:13 +02:00

7 lines
295 B
C++

const mstch::node delimiters_data = mstch::map{
{"first", std::string{"It worked the first time."}},
{"second", std::string{"And it worked the second time."}},
{"third", std::string{"Then, surprisingly, it worked the third time."}},
{"fourth", std::string{"Fourth time also fine!."}}
};