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

5 lines
229 B
C++

const mstch::node comments_data =
mstch::map_wrapper{{{"title", mstch::lambda_wrapper{{[]() -> mstch::node {
return std::string{"A Comedy of Errors"};
}}}}}};