diff options
Diffstat (limited to 'test/interop/topics.c')
| -rw-r--r-- | test/interop/topics.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/interop/topics.c b/test/interop/topics.c new file mode 100644 index 0000000..3c75e92 --- /dev/null +++ b/test/interop/topics.c @@ -0,0 +1,9 @@ +const char *topics[] = +{ + "TopicA", "TopicA/B", "Topic/C", "TopicA/C", "/TopicA" +}; + +const char *wildtopics[] = +{ + "TopicA/+", "+/C", "#", "/#", "/+", "+/+", "TopicA/#" +}; |
