You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regular expressions dealing with --- (deleted) and +++ (inserted) lines from Git diffs are slightly messed up when the line contains a ' token. You can see an example in latest code blocks from this article.
Fixed in the PR adding some jasmine tests #355 (not yet merged).
This said, I'm gonna check all examples in your awesome article, may be it will highlight some weird behaviors (strings in deleted / inserted lines for example).
Regular expressions dealing with
---
(deleted
) and+++
(inserted
) lines from Git diffs are slightly messed up when the line contains a'
token. You can see an example in latest code blocks from this article.Ping @lgiraudel.
The text was updated successfully, but these errors were encountered: