We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does this test pass?
#[test] fn topic() { let t = mqtt::topic::TopicFilter::new("dmxlight/dmx1/+").unwrap(); assert!(t.is_match("dmxlight/dmx1/btf1/set")); }
Given that the trailing fragment btf1/set contains a delimiter so is not a single-level?
btf1/set
The text was updated successfully, but these errors were encountered:
Yeah, that's definitely wrong!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Why does this test pass?
Given that the trailing fragment
btf1/set
contains a delimiter so is not a single-level?The text was updated successfully, but these errors were encountered: