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
Texinfo 7.1 supplied with MSYS adds an empty line into argument resolution if no parameter is specified.
Let's consider the following example:
@c -- Macro definition -- @macro foomac{body} @c blahblah {\body\} @end macro @c -- Macro being used -- @foomac
Since no argument is specified, it should be resolved to
@c blahblah {}
But instead it's being resolved to
@c blahblah { }
which breaks a number of scenarios.
MINGW32_NT-10.0-19045
No response
The text was updated successfully, but these errors were encountered:
Has to be noted, that the same codebase on Cygwin and native Linux works fine.
Sorry, something went wrong.
No branches or pull requests
Description / Steps to reproduce the issue
Texinfo 7.1 supplied with MSYS adds an empty line into argument resolution if no parameter is specified.
Let's consider the following example:
Expected behavior
Since no argument is specified, it should be resolved to
Actual behavior
But instead it's being resolved to
which breaks a number of scenarios.
Verification
Windows Version
MINGW32_NT-10.0-19045
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: