mstch/test/data/double_render.hpp

5 lines
129 B
C++
Raw Normal View History

2015-04-16 19:05:59 +00:00
const auto double_render_data = mstch::map{
2015-04-09 18:41:27 +00:00
{"foo", true},
{"bar", std::string{"{{win}}"}},
{"win", std::string{"FAIL"}}
2015-04-16 19:05:59 +00:00
};