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 0984353 commit fb84c69Copy full SHA for fb84c69
test/runtests.jl
@@ -188,7 +188,8 @@ end
188
# Issue #27 - Mixup in lifting of getfield
189
let var"'" = bwd
190
@test (x->x^5)''(1.0) == 20.
191
- # Higher order control flow not yet supported
+ @test (x->(x*x)*(x*x)*x)''' == 60.
192
+ # Higher order control flow not yet supported (https://github.com/JuliaDiff/Diffractor.jl/issues/24)
193
@test_broken (x->x^5)'''(1.0) == 60.
194
end
195
0 commit comments