Fix all of the math test except for block template-based methods.
This commit is contained in:
@@ -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 => (),
|
||||
|
||||
Reference in New Issue
Block a user