File

.busted @ 11044:7b720a815519

util.dbuffer: Add failing test case involving :sub after :discard
author Kim Alvefur <zash@zash.se>
date Mon, 24 Aug 2020 17:07:37 +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";
  };
}