Single comment with quote - #154
Conversation
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
=======================================
Coverage 97.38% 97.38%
=======================================
Files 3 3
Lines 153 153
=======================================
Hits 149 149
Misses 4 4 Continue to review full report at Codecov.
|
|
Thanks for opening a PR for this 🍺 I'll have a look early tomorrow. |
|
@shellscape |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #154 +/- ##
=======================================
Coverage 97.38% 97.38%
=======================================
Files 3 3
Lines 153 153
=======================================
Hits 149 149
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

**Which issue #145 if any, does this resolve?
Please check one:
This PR:
This fix is simple. Before when code finds a quote symbol in comment it overwrites an
this.inputandthis.tokenizerbefore new token for the comment is created. It means when code tries to get a position by offsetgetPositionit searches for in in new input, but should in old one.