File

.busted @ 10707:c4b49939b471 0.11

mod_vcard4: Report correct error condition (fixes #1521) On error, the second return value is the error condition, not the third.
author Kim Alvefur <zash@zash.se>
date Fri, 03 Apr 2020 22:35:47 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

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