aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/context_lookup.hpp
blob: c79908067ab2062ba6954f55caad66cdd8eab90d (plain)
1
2
3
4
5
6
7
8
const auto context_lookup_data = mstch::map{
  {"outer", mstch::map{
    {"id", 1},
    {"second", mstch::map{
      {"nothing", 2}
    }}
  }}
};