Commit Graph

1 Commits (c4e546351402c6d887e686215e22bf0ddda223c6)

Author SHA1 Message Date
Christopher Chedeau f51c5daacb Fix comment detection before comma (#1127)
We need to call the `skipToLineEnd` which skips `,` after an inline comment. So we have to put it inside of the while loop as you can have many comments, a comma and then many more comments.

Fixes #964
2017-04-10 11:03:35 -07:00