mstch/test/data/backslashes.hpp

3 lines
78 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto backslashes_data = mstch::map{
{"value", std::string{"\\abc"}}
};