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

feat(nirjas): Add continuous single line as multiline & bug fixes #6

Merged
merged 1 commit into from
Jul 19, 2020

Conversation

hastagAB
Copy link
Member

Description

Earlier continuous single-line comments were taken as separate single-line comments but they actually make a multiline comment in a sequence.

  • Earlier :
# Line 1
# Line 2
code
code
# Line 5

Here Line 1 & Line 2 were taken as two single-line comments but they are commented sequentially which might fall into the multiline comment section.

Solution

Introduced one new section named cont_single_line_comment

"cont_single_line_comment": [
            {
                "start_line": 1,
                "end_line": 2,
                "comment": " Line 1 Line 2"
            }

@hastagAB hastagAB requested a review from Kaushl2208 July 19, 2020 15:33
@hastagAB
Copy link
Member Author

@Kaushl2208 Please test the changes.

@Kaushl2208
Copy link
Member

Hey @hastagAB, Good Work! This might solve our problem.
All changes looking good to me.
Tested 👍

Merging your PR.

@Kaushl2208 Kaushl2208 merged commit 1d71a20 into master Jul 19, 2020
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.

None yet

2 participants