We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When calling a macro, all operands should retain their case. However, in current version, label does not.
To Reproduce
MACRO &V CASE AIF ('&V' EQ 'MixedCase').SKIP rubbish .SKIP ANOP MEND MixedCase CASE
The program should not yield an error
Screenshots
Platform
The text was updated successfully, but these errors were encountered:
Keep mixed-case variant of the ordsymbol label and use it in macro ca…
7e5e502
…lls (fixes eclipse-che4z#155)
fix: Preserve mixed-case labels on macro calls (#165)
d8545fe
fix: Keep mixed-case variant of the ordsymbol label and use it in macro calls (fixes #155)
🎉 This issue has been resolved in version 0.15.0-beta.1 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
🎉 This issue has been resolved in version 0.15.0 🎉
slavek-kucera
Successfully merging a pull request may close this issue.
Describe the bug
When calling a macro, all operands should retain their case. However, in current version, label does not.
To Reproduce
The program should not yield an error
Screenshots
Platform
The text was updated successfully, but these errors were encountered: