RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-70/apps/app stdout | src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > documents the actual (buggy) behaviour on 16ceb3a54 resolved href: /Users/me/bb/~/.config/example.md -> workspace link: { lineRange: null, path: '/Users/me/bb/~/.config/example.md' } ❯ src/components/ui/markdown-local-file-link.issue-1182.test.ts (5 tests | 5 failed) 7ms  × leaves ~/.config/example.md as plain text (not a workspace file) 4ms  × leaves %7E/.config/example.md as plain text (not a workspace file) 1ms  × leaves ~/.config/example.md:12 as plain text (not a workspace file) 0ms  × leaves ~/notes.md#L3-L5 as plain text (not a workspace file) 0ms  × documents the actual (buggy) behaviour on 16ceb3a54 1ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 5 ⎯⎯⎯⎯⎯⎯⎯  FAIL  src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > leaves ~/.config/example.md as plain text (not a workspace file)  FAIL  src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > leaves %7E/.config/example.md as plain text (not a workspace file) AssertionError: expected '/Users/me/bb/~/.config/example.md' to be null - Expected: null + Received: "/Users/me/bb/~/.config/example.md"  ❯ src/components/ui/markdown-local-file-link.issue-1182.test.ts:25:22  23| });  24| // BUG on 16ceb3a54: this returns "/Users/me/bb/~/.config/example.…  25| expect(resolved).toBeNull();  | ^  26| });  27| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/5]⎯  FAIL  src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > leaves ~/.config/example.md:12 as plain text (not a workspace file) AssertionError: expected '/Users/me/bb/~/.config/example.md:12' to be null - Expected: null + Received: "/Users/me/bb/~/.config/example.md:12"  ❯ src/components/ui/markdown-local-file-link.issue-1182.test.ts:25:22  23| });  24| // BUG on 16ceb3a54: this returns "/Users/me/bb/~/.config/example.…  25| expect(resolved).toBeNull();  | ^  26| });  27| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/5]⎯  FAIL  src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > leaves ~/notes.md#L3-L5 as plain text (not a workspace file) AssertionError: expected '/Users/me/bb/~/notes.md#L3-L5' to be null - Expected: null + Received: "/Users/me/bb/~/notes.md#L3-L5"  ❯ src/components/ui/markdown-local-file-link.issue-1182.test.ts:25:22  23| });  24| // BUG on 16ceb3a54: this returns "/Users/me/bb/~/.config/example.…  25| expect(resolved).toBeNull();  | ^  26| });  27| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/5]⎯  FAIL  src/components/ui/markdown-local-file-link.issue-1182.test.ts > issue #1182: home-relative hrefs > documents the actual (buggy) behaviour on 16ceb3a54 AssertionError: expected '/Users/me/bb/~/.config/example.md' not to be '/Users/me/bb/~/.config/example.md' // Object.is equality  ❯ src/components/ui/markdown-local-file-link.issue-1182.test.ts:42:28  40| // eslint-disable-next-line no-console  41| console.log("resolved href:", resolved, "-> workspace link:", link…  42| expect(link?.path).not.toBe("/Users/me/bb/~/.config/example.md");  | ^  43| });  44| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/5]⎯  Test Files  1 failed (1)  Tests  5 failed (5)  Start at  08:30:26  Duration  146ms (transform 34ms, setup 17ms, import 29ms, tests 7ms, environment 0ms)