Skip to content

DUAL-COMMENT-ERROR #14

@PjrCodes

Description

@PjrCodes

comments like the following:

/*aoipo*/ for();

for(
/*asoio*/
) 
a;

/*as*/ for() //asoo

/*soi*/ for() /*soio*/


also see
/*
as
asd*/ for() as;//ads


This will also fail

/* asd
asd
asd */ //asd

//asd will be detected as a normal line!

are valid code, but the for()'s are not detected as we are ignoring everything after a single line comment of any type.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions