radicle/git/canonical: Actually use qualified refs
Some tests actually do not use qualified patterns. The removed lines
should not compile because the qualified_pattern! proc macro
should validate the string literals at compile time, but it contains
a bug and actually does not assert well-formedness of qualified
refspec patterns. Rectify.
Some tests actually do not use qualified patterns. The removed lines
should not compile because the qualified_pattern! proc macro
should validate the string literals at compile time, but it contains
a bug and actually does not assert well-formedness of qualified
refspec patterns. Rectify.
Changes:
- Some calls to
qualified_patternwere still incorrect, these are now corrected
Rebase