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
test: Add integration test to reproduce issue #416 (read_note with underscored folders)
This test reproduces the bug where read_note fails to find notes when given
permalinks from underscored folder names (e.g., _archive/, _drafts/).
The test:
1. Creates a note in _archive/articles/ folder
2. Verifies the permalink is normalized (underscores stripped)
3. Attempts to read the note using its permalink
4. Expects this to succeed (will fail if bug exists)
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
Signed-off-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
0 commit comments