mstch/test/data/apostrophe.hpp

4 lines
105 B
C++
Raw Permalink Normal View History

2015-04-16 19:05:59 +00:00
const auto apostrophe_data = mstch::map{
2015-04-09 18:41:27 +00:00
{"apos", std::string{"'"}},
{"control", std::string{"X"}}
2015-04-16 19:05:59 +00:00
};