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