half-complete refactor
This commit is contained in:
parent
25bbbfdbcc
commit
8fbcd12284
100 changed files with 483 additions and 327 deletions
5
test/data/keys_with_questionmarks.hpp
Normal file
5
test/data/keys_with_questionmarks.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
const auto keys_with_questionmarks_data = mstch::map{
|
||||
{"person?", mstch::map{
|
||||
{"name", std::string{"Jon"}}
|
||||
}}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue