mstch/test/data/double_render.hpp

3 lines
148 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node double_render_data = mstch::map_wrapper{
{{"foo", true}, {"bar", std::string{"{{win}}"}}, {"win", std::string{"FAIL"}}}};