mstch/test/data/apostrophe.hpp

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

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