inserted debug data

This commit is contained in:
DustInDark
2022-04-07 01:55:03 +09:00
parent e715935bb6
commit b8c442ca22

View File

@@ -164,8 +164,9 @@ mod tests {
},
)
.ok();
println!("{:?}", parser);
for (_filepath, yaml) in parser.files {
println!();
if yaml["id"].as_str().unwrap_or(&String::default())
== "12345678-1234-1234-1234-123456789012"
{