aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/tests/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warningshrxi2019-09-101-0/+24
Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.