gitdiff-parser icon indicating copy to clipboard operation
gitdiff-parser copied to clipboard

Incorrect parsing

Open 99ansh opened this issue 1 year ago • 0 comments


diff --git a/packages/urlpath-with-hyphen/docs/Test.mdx b/packages/urlpath-with-hyphen/docs/Test.mdx
--- a/packages/urlpath-with-hyphen/docs/Test.mdx
+++ b/packages/urlpath-with-hyphen/docs/Test.mdx
@@ -4,5 +4,7 @@ description: Test file
 ---
 
 This is new test file
 
 This is test update
+
+This is another test update
+Another line added

getting oldPath and newPath as packages/urlpath-with-hyphen/docs/Test.mdx

99ansh avatar Jan 01 '25 16:01 99ansh