aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/comments.hpp
blob: 96baccb6a4a0a22b3253c74a88f9a535e5fad74f (plain)
1
2
3
const mstch::node comments_data = mstch::map{
    {"title", mstch::lambda{[]()->mstch::node{return std::string{"A Comedy of Errors"};}}}
};