debug
This commit is contained in:
parent
d4d43e12e3
commit
b9a1bcebf0
1 changed files with 2 additions and 1 deletions
|
@ -121,6 +121,7 @@ impl Pattern for Value {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn parse_line(v: Vec<String>) -> Result<Box<dyn Pattern>, ParseError> {
|
pub fn parse_line(v: Vec<String>) -> Result<Box<dyn Pattern>, ParseError> {
|
||||||
|
println!("{:?}", v);
|
||||||
v.try_into()
|
v.try_into()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,4 +133,4 @@ pub fn format_multiline(input: &str) -> Vec<Vec<String>> {
|
||||||
.collect::<Vec<String>>()
|
.collect::<Vec<String>>()
|
||||||
)
|
)
|
||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue