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

3 lines
154 B
C++

const mstch::node changing_delimiters_data = mstch::map_wrapper{
{{"foo", std::string{"foooooooooooooo"}}, {"bar", std::string{"<b>bar!</b>"}}}};