mstch/test/data/double_render.h

5 lines
99 B
C
Raw Normal View History

2015-04-10 08:09:26 +00:00
mstch::object{
2015-04-09 18:41:27 +00:00
{"foo", true},
{"bar", std::string{"{{win}}"}},
{"win", std::string{"FAIL"}}
2015-04-10 08:09:26 +00:00
}