You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current workaround is to manually unwrap the argument expansions in all my macros, like so:
id[el]->$el{%d=> d[0][0] %}
However, this is far from ideal.
I'm not sure if this is a code or documentation bug. But I would definitely prefer if macros would not cause this additional wrapping. It gets especially annoying if you have nested macro application.
The text was updated successfully, but these errors were encountered:
The docs say:
Now consider this grammar:
Given above documentation and grammar I would have expected that
macro_test
would behave exactly likeplain_test
. Unfortunately the results differ:My current workaround is to manually unwrap the argument expansions in all my macros, like so:
However, this is far from ideal.
I'm not sure if this is a code or documentation bug. But I would definitely prefer if macros would not cause this additional wrapping. It gets especially annoying if you have nested macro application.
The text was updated successfully, but these errors were encountered: