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