Comparisons between json strings vs rvalue literals is not working as I had hoped.
This commit is contained in:
parent
798d84828e
commit
d5e0c93205
@ -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 ¶meterized_block.contents {
|
||||
None => return Ok("".to_owned()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user