Closed xTrimy closed 2 years ago
In the previous pull request #8, I forgot to skip / in the case of /* */
/
/* */
I modified the cur == '*' case to skip 2 tokens instead of 1 (i+=2)
cur == '*'
i+=2
@Dec1mo Could you please review this?
Thanks, @xTrimy. LGTM!
In the previous pull request #8, I forgot to skip
/
in the case of/* */
I modified the
cur == '*'
case to skip 2 tokens instead of 1 (i+=2
)