File

.busted @ 10352:dc1e6c2fb50a

util.interpolation: Test map syntax
author Kim Alvefur <zash@zash.se>
date Sun, 20 Oct 2019 20:58:19 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}