2015-04-23 15:55:18 +02:00
|
|
|
const mstch::node escaped_data = mstch::map{
|
2015-05-05 14:15:47 +02:00
|
|
|
{"title", mstch::lambda{[]()->mstch::node{ return std::string{"Bear > Shark"}; }}},
|
|
|
|
{"entities", mstch::lambda{[]()->mstch::node{ return std::string{"" \"'<>/"}; }}}
|
2015-04-23 15:55:18 +02:00
|
|
|
};
|