File

.busted @ 12985:c0e3e0d79574

util.format: Update tests for serialization changes
author Kim Alvefur <zash@zash.se>
date Sun, 26 Mar 2023 00:49:25 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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