aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/keys_with_questionmarks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/keys_with_questionmarks.hpp')
-rw-r--r--lib/mstch/test/data/keys_with_questionmarks.hpp5
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