mstch/test/data/delimiters.hpp
2020-02-12 20:53:14 +01:00

6 lines
331 B
C++

const mstch::node delimiters_data = mstch::map_wrapper{
{{"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!."}}}};