mstch/test/data/changing_delimiters.hpp

3 lines
154 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node changing_delimiters_data = mstch::map_wrapper{
{{"foo", std::string{"foooooooooooooo"}}, {"bar", std::string{"<b>bar!</b>"}}}};