mstch/test/data/comments.hpp

5 lines
229 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node comments_data =
mstch::map_wrapper{{{"title", mstch::lambda_wrapper{{[]() -> mstch::node {
return std::string{"A Comedy of Errors"};
}}}}}};