aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/changing_delimiters.hpp
blob: 1322543387176da3050a467d03c9c0c1511d23bf (plain)
1
2
3
4
const mstch::node changing_delimiters_data = mstch::map{
  {"foo", std::string{"foooooooooooooo"}},
  {"bar", std::string{"<b>bar!</b>"}}
};