RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-32/apps/app
❯ src/components/ui/markdown-code-highlight.repro-1751.test.ts (7 tests | 5 failed) 13ms
× language=sh: `# comment` should lex as a comment (FAILS on main) 7ms
× language=bash: `# comment` should lex as a comment (FAILS on main) 1ms
× language=shell: `# comment` should lex as a comment (FAILS on main) 0ms
× language=zsh: `# comment` should lex as a comment (FAILS on main) 0ms
× language=console: `# comment` should lex as a comment (FAILS on main) 0ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 5 ⎯⎯⎯⎯⎯⎯⎯
FAIL src/components/ui/markdown-code-highlight.repro-1751.test.ts > #1751 shell fences > language=sh: `# comment` should lex as a comment (FAILS on main)
FAIL src/components/ui/markdown-code-highlight.repro-1751.test.ts > #1751 shell fences > language=bash: `# comment` should lex as a comment (FAILS on main)
FAIL src/components/ui/markdown-code-highlight.repro-1751.test.ts > #1751 shell fences > language=shell: `# comment` should lex as a comment (FAILS on main)
FAIL src/components/ui/markdown-code-highlight.repro-1751.test.ts > #1751 shell fences > language=zsh: `# comment` should lex as a comment (FAILS on main)
FAIL src/components/ui/markdown-code-highlight.repro-1751.test.ts > #1751 shell fences > language=console: `# comment` should lex as a comment (FAILS on main)
AssertionError: html was: # install the plugin
bb plugin install ./plugins/monokai: expected [ Array(15) ] to include 'comment'
❯ src/components/ui/markdown-code-highlight.repro-1751.test.ts:31:42
29| const names = tokenNames(html);
30| // Expected: at least one comment token; actual on main: none, '…
31| expect(names, `html was: ${html}`).toContain("comment");
| ^
32| },
33| );
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/5]⎯
Test Files 1 failed (1)
Tests 5 failed | 2 passed (7)
Start at 07:52:31
Duration 146ms (transform 26ms, setup 20ms, import 21ms, tests 13ms, environment 0ms)