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

Fixed pragmas on their own line after a backlash being ignored #2923

Merged
merged 2 commits into from
May 21, 2019

Conversation

AWhetter
Copy link
Contributor

Description

As described in the original issue, pragmas on their own line after a backslash were getting ignored. This fixes that so that a pragma comment affects the whole logical line, and not just the physical line.

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Related Issue

Closes #199

@coveralls
Copy link

coveralls commented May 18, 2019

Coverage Status

Coverage increased (+0.009%) to 90.059% when pulling e54e852 on fix_199 into ace1877 on master.

@PCManticore PCManticore merged commit 5d0c0fa into master May 21, 2019
@PCManticore PCManticore deleted the fix_199 branch May 21, 2019 06:49
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

Successfully merging this pull request may close these issues.

\ (line continuation) not respected for pragmas
3 participants