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