util.encodings: Spell out all IDNA 2008 options ICU has
[prosody.git] / .busted
blob0206c093bac1780d3bb0b71d2cae60527c885292
1 return {
2   _all = {
3   },
4   default = {
5     ["exclude-tags"] = "mod_bosh,storage,SLOW";
6   };
7   bosh = {
8     tags = "mod_bosh";
9   };
10   storage = {
11     tags = "storage";
12   };