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 e40f340 commit 98f5246Copy full SHA for 98f5246
test/constraints/disjunction.jl
@@ -2,6 +2,7 @@ function test_macro_helpers()
2
@test DP._esc_non_constant(1) == 1
3
@test DP._get_name(:x) == :x
4
@test DP._get_name("x") == "x"
5
+ @test DP._get_name(nothing) == ()
6
@test DP._get_name(Expr(:string,"x")) == Expr(:string,"x")
7
@test DP._name_call("",[]) == ""
8
@test DP._name_call("name",[]) == "name"
0 commit comments