Compare commits
2 Commits
2a78aed2a1
...
be723914e0
| Author | SHA1 | Date | |
|---|---|---|---|
| be723914e0 | |||
| 330ad81e3e |
@@ -710,9 +710,7 @@ mod test {
|
|||||||
for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| {
|
for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| {
|
||||||
(
|
(
|
||||||
Cpv::parser().parse_finished(InputIter::new(a)).unwrap(),
|
Cpv::parser().parse_finished(InputIter::new(a)).unwrap(),
|
||||||
Cpv::parser()
|
Cpv::parser().parse_finished(InputIter::new(b)).unwrap(),
|
||||||
.parse_finished(InputIter::new(b))
|
|
||||||
.unwrap(),
|
|
||||||
ordering,
|
ordering,
|
||||||
)
|
)
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user