mstch/test/data/double_render.data

5 lines
99 B
Text
Raw Normal View History

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