mstch/test/data/delimiters.hpp

6 lines
331 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
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!."}}}};