aboutsummaryrefslogtreecommitdiff
path: root/test/interop/topics.c
blob: 3c75e92539f8773c7825ea9512e76fc8f97ad851 (plain)
1
2
3
4
5
6
7
8
9
const char *topics[] =
{
    "TopicA", "TopicA/B", "Topic/C", "TopicA/C", "/TopicA"
};

const char *wildtopics[] =
{
    "TopicA/+", "+/C", "#", "/#", "/+", "+/+", "TopicA/#"
};