Comparison

.busted @ 9374:a1a39d395260

mod_bosh: Add tests (run with 'busted -r bosh')
author Matthew Wild <mwild1@gmail.com>
date Sun, 23 Sep 2018 17:12:21 +0100
child 9452:9d892b2415bf
comparison
equal deleted inserted replaced
9373:1a69803d5d5d 9374:a1a39d395260
1 return {
2 _all = {
3 },
4 default = {
5 ["exclude-tags"] = "mod_bosh";
6 },
7 bosh = {
8 tags = "mod_bosh";
9 }
10 }