Skip to content

Commit

Permalink
Fix #281
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Apr 30, 2021
1 parent 52a5374 commit ba040c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/macro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ end

function get_comment_expr(tokens)
code = join([tok.text for tok in tokens], " ")
return Expr(:block, "# Skipping MacroDefinition: " * code)
return Expr(:block, "# Skipping MacroDefinition: " * replace(code, "\n" => "\n#"))
end


Expand Down

0 comments on commit ba040c2

Please sign in to comment.