mstch/test/data/comments.hpp

3 lines
139 B
C++
Raw Normal View History

2015-04-23 21:55:18 +08:00
const mstch::node comments_data = mstch::map{
2015-05-05 20:15:47 +08:00
{"title", mstch::lambda{[]()->mstch::node{return std::string{"A Comedy of Errors"};}}}
2015-04-23 21:55:18 +08:00
};