We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54d14d commit 76eeb84Copy full SHA for 76eeb84
test/test_multi_expression.jl
@@ -60,6 +60,12 @@
60
multi_ex, nothing
61
)
62
@test_throws "`get_tree` function must be implemented for" DE.get_tree(multi_ex)
63
+ @test_throws "`get_contents` function must be implemented for" DE.get_contents(
64
+ multi_ex
65
+ )
66
+ @test_throws "`get_metadata` function must be implemented for" DE.get_metadata(
67
68
69
@test_throws "`copy` function must be implemented for" copy(multi_ex)
70
@test_throws "`get_scalar_constants` function must be implemented for" get_scalar_constants(
71
multi_ex
0 commit comments