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

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

const char *nosubscribe_topics[] =
{
    "test/nosubscribe"
};