Skip to content
New issue

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

Closed squigly brackets can be replicated twice #3

Open
jfriedly opened this issue Mar 22, 2011 · 1 comment
Open

Closed squigly brackets can be replicated twice #3

jfriedly opened this issue Mar 22, 2011 · 1 comment

Comments

@jfriedly
Copy link
Owner

If a set of statements inside squigly brackets ends with a printf statement and the closing squigly bracket on the same line, the closing bracket will be replicated twice

EXAMPLE:
if(foo=bar)
{
printf("Yay!"); }

YIELDS:
if(foo=bar)
{
printf("Yay!"; }
fprintf(outfile, "Yay!"); }

@jfriedly
Copy link
Owner Author

I'm going to try and fix this the same time I fix issue #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant