Skip to content

Commit

Permalink
Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadmuzzammil1998 authored Jun 27, 2020
1 parent 1e787b5 commit c753b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func translate(s []byte) []byte {
comment.stop()
continue
}
comment.canEnd = false
continue
}
if comment.canStart && (ch == ASTERISK || ch == SLASH) {
Expand Down

0 comments on commit c753b24

Please sign in to comment.