claude-baseline-1752140450 (accepted changes)

This commit is contained in:
zolinthecow 2025-07-10 02:40:50 -07:00
parent c0c29865c6
commit 33630af23e
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy MULTI-EDIT TEST #1: Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@ -10,7 +10,7 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software. copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR MULTI-EDIT TEST #2: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
@ -90,11 +90,11 @@ AFTER RESTART: Testing baseline commit creation with debug output!
BASELINE ISSUE: The pre-hook runs after edits, so baseline includes changes! BASELINE ISSUE: The pre-hook runs after edits, so baseline includes changes!
TEST EDIT #1: Testing if diffs appear consistently! MULTI-EDIT TEST #3: Testing multiple hunks and navigation!
TEST EDIT #2: Checking consistency of diff display! TEST EDIT #2: Checking consistency of diff display!
FIXED DISPLAY: Deletions now positioned correctly above replacements! FIXED DISPLAY: Deletions now positioned correctly above replacements!
SANITY CHECK: First edit after Neovim restart - will the diff appear? MULTI-EDIT TEST #4: Testing hunk navigation with ]h and [h!