提交 ef8ea3ff 编写于 作者: J Justin Collins

Remove unsupported :tag node type

Surprised this never caused any errors
上级 0750e9fb
......@@ -36,7 +36,8 @@ class Brakeman::HamlTemplateProcessor < Brakeman::TemplateProcessor
when :options, :buffer
exp
when :open_tag
Sexp.new(:tag, process(exp.arglist))
process(exp.arglist)
exp
else
arg = exp.first_arg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册