mstch/test/data/bug_length_property.hpp

3 lines
89 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto bug_length_property_data = mstch::map{
{"length", std::string{"hello"}}
};