Comparisons between json strings vs rvalue literals is not working as I had hoped.

This commit is contained in:
Tom Alexander 2020-05-10 21:45:06 -04:00
parent 798d84828e
commit d5e0c93205
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -245,6 +245,7 @@ impl<'a> DustRenderer<'a> {
RValue::RVPath(path) => walk_path(breadcrumbs, &path.keys),
},
};
println!("Comparing {:?} to {:?}", left_side, right_side);
if left_side == right_side {
match &parameterized_block.contents {
None => return Ok("".to_owned()),