mstch/test/data/escaped.data

7 lines
114 B
Plaintext
Raw Normal View History

2015-04-13 01:12:28 +08:00
mstch::object{
{"title", []() {
return "Bear > Shark";
}},
{"entities", std::string{"&quot; \"'<>/"}}
}