Ingest different DRS formats
4 unresolved threads
4 unresolved threads
Compare changes
Files
3- Brian Lewis authored
+ 30
− 12
@@ -3,13 +3,13 @@ use std::str::FromStr;
@@ -24,8 +24,8 @@ pub(crate) fn parse_cordex(i: &str) -> IResult<&str, PathMetadata> {
@@ -59,6 +59,8 @@ pub(crate) fn parse_cordex(i: &str) -> IResult<&str, PathMetadata> {
@@ -75,14 +77,6 @@ pub(crate) fn parse_cordex(i: &str) -> IResult<&str, PathMetadata> {
@@ -129,6 +123,8 @@ mod tests {
@@ -153,6 +149,8 @@ mod tests {
@@ -177,6 +175,8 @@ mod tests {
@@ -201,6 +201,8 @@ mod tests {
@@ -225,6 +227,8 @@ mod tests {
@@ -249,6 +253,8 @@ mod tests {
@@ -273,6 +279,8 @@ mod tests {
@@ -297,6 +305,8 @@ mod tests {
@@ -321,6 +331,8 @@ mod tests {
@@ -345,6 +357,8 @@ mod tests {
@@ -369,6 +383,8 @@ mod tests {
@@ -393,6 +409,8 @@ mod tests {