diff options
Diffstat (limited to 'lib/mstch/test/data/reuse_of_enumerables.hpp')
| -rw-r--r-- | lib/mstch/test/data/reuse_of_enumerables.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mstch/test/data/reuse_of_enumerables.hpp b/lib/mstch/test/data/reuse_of_enumerables.hpp new file mode 100644 index 0000000..88c1c8e --- /dev/null +++ b/lib/mstch/test/data/reuse_of_enumerables.hpp @@ -0,0 +1,6 @@ +const auto reuse_of_enumerables_data = mstch::map{ + {"terms", mstch::array{ + mstch::map{{"name", std::string{"t1"}}, {"index", 0}}, + mstch::map{{"name", std::string{"t2"}}, {"index", 1}} + }} +};
\ No newline at end of file |
