diff options
Diffstat (limited to 'lib/mstch/test/data/keys_with_questionmarks.hpp')
| -rw-r--r-- | lib/mstch/test/data/keys_with_questionmarks.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mstch/test/data/keys_with_questionmarks.hpp b/lib/mstch/test/data/keys_with_questionmarks.hpp new file mode 100644 index 0000000..49661ca --- /dev/null +++ b/lib/mstch/test/data/keys_with_questionmarks.hpp @@ -0,0 +1,5 @@ +const auto keys_with_questionmarks_data = mstch::map{ + {"person?", mstch::map{ + {"name", std::string{"Jon"}} + }} +};
\ No newline at end of file |
