mstch/test/data/comments.hpp
2015-05-05 14:15:47 +02:00

3 lines
139 B
C++

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