mstch/test/data/double_render.hpp

5 lines
129 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto double_render_data = mstch::map{
2015-04-10 02:41:27 +08:00
{"foo", true},
{"bar", std::string{"{{win}}"}},
{"win", std::string{"FAIL"}}
2015-04-17 03:05:59 +08:00
};