diff options
Diffstat (limited to 'lib/mstch/test/data/implicit_iterator.hpp')
| -rw-r--r-- | lib/mstch/test/data/implicit_iterator.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mstch/test/data/implicit_iterator.hpp b/lib/mstch/test/data/implicit_iterator.hpp new file mode 100644 index 0000000..a610a95 --- /dev/null +++ b/lib/mstch/test/data/implicit_iterator.hpp @@ -0,0 +1,8 @@ +const auto implicit_iterator_data = mstch::map{ + {"data", mstch::map{ + {"author", mstch::map{ + {"twitter_id", 819606}, + {"name", std::string{"janl"}} + }} + }} +}; |
