add underscore
This commit is contained in:
parent
14e78e7235
commit
8dd2a7d099
@ -15,7 +15,7 @@ macro add_attributes( level, expr )
|
|||||||
insert_block = Expr(:block)
|
insert_block = Expr(:block)
|
||||||
for (key, value) in zip(key_args, value_args)
|
for (key, value) in zip(key_args, value_args)
|
||||||
push!(insert_block.args, Expr(
|
push!(insert_block.args, Expr(
|
||||||
:(=), Expr(:ref, Symbol("_", level, "_defaults"), QuoteNode(Symbol(lowercase(string(T)), key))), value
|
:(=), Expr(:ref, Symbol("_", level, "_defaults"), QuoteNode(Symbol(lowercase(string(T)), "_", key))), value
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
return quote
|
return quote
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user