diff options
Diffstat (limited to 'lib/mstch/test/data/null_lookup_array.hpp')
| -rw-r--r-- | lib/mstch/test/data/null_lookup_array.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mstch/test/data/null_lookup_array.hpp b/lib/mstch/test/data/null_lookup_array.hpp new file mode 100644 index 0000000..ea6c961 --- /dev/null +++ b/lib/mstch/test/data/null_lookup_array.hpp @@ -0,0 +1,8 @@ +const auto null_lookup_array_data = mstch::map{ + {"name", std::string{"David"}}, + {"twitter", std::string{"@dasilvacontin"}}, + {"farray", mstch::array{ + mstch::array{std::string{"Flor"}, std::string{"@florrts"}}, + mstch::array{std::string{"Miquel"}, mstch::node{}}, + }} +};
\ No newline at end of file |
