diff --git a/src/util/pattern.rs b/src/util/pattern.rs index 39f4a90..a4513f6 100644 --- a/src/util/pattern.rs +++ b/src/util/pattern.rs @@ -121,6 +121,7 @@ impl Pattern for Value { } pub fn parse_line(v: Vec) -> Result, ParseError> { + println!("{:?}", v); v.try_into() } @@ -132,4 +133,4 @@ pub fn format_multiline(input: &str) -> Vec> { .collect::>() ) .collect() -} \ No newline at end of file +}