Fix dir read tests for cli action

pull/118/head v0.17.0
Chip Senkbeil 2 years ago
parent 5e1b6e7c51
commit dde3cb275f
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.17.0] - 2022-08-09
### Added
- `distant manager` subcommand

@ -84,7 +84,7 @@ fn regex_stdout<'a>(lines: impl IntoIterator<Item = (&'a str, &'a str)>) -> Stri
}
fn regex_line(ty: &str, path: &str) -> String {
format!(r"\s*{ty}\s+{path}\s*\n")
format!(r"\s*{ty}\s+{path}\s*[\r\n]*")
}
#[rstest]

Loading…
Cancel
Save