Fix all of the math test except for block template-based methods.

This commit is contained in:
Tom Alexander
2020-06-13 21:37:11 -04:00
parent d9f10290f5
commit b897656cef
2 changed files with 5 additions and 18 deletions

View File

@@ -336,6 +336,7 @@ impl Castable for serde_json::Value {
impl CompareContextElement for serde_json::Value {
fn equals(&self, other: &dyn ContextElement) -> bool {
// println!("Json equality check {:?} == {:?}", self, other);
// Handle other serde_json::Value
match other.to_any().downcast_ref::<Self>() {
None => (),