-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff not parsing for added file #31
Comments
@kentcdodds Thank you for your report. I have confirmed the reproduction of the bug. |
Hi, @kentcdodds Could you try |
It's better! Now the diff is showing files, however it's saying that a file which was modified was actually added. Here's my diff example:
The result is:
If I remove the empty file, then the diff is:
And the parsed result is as expected:
|
Hi there :) Thanks a ton for building this library! 🤗 I experience a similar issue, though it is quite simple:
Let me know if you want some help with the library, happy to create a PR, but want to ask what the intention is with the |
Hi @christianalfoni
|
Here's a test case:
I'm not certain why the
index.test.tsx
file is causing an issue here, but if I remove that from the diff the rest parses just fine.The text was updated successfully, but these errors were encountered: