diff options
Diffstat (limited to 'lib/mstch/test/data/apostrophe.hpp')
| -rw-r--r-- | lib/mstch/test/data/apostrophe.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mstch/test/data/apostrophe.hpp b/lib/mstch/test/data/apostrophe.hpp new file mode 100644 index 0000000..94738f4 --- /dev/null +++ b/lib/mstch/test/data/apostrophe.hpp @@ -0,0 +1,4 @@ +const auto apostrophe_data = mstch::map{ + {"apos", std::string{"'"}}, + {"control", std::string{"X"}} +};
\ No newline at end of file |
