deerflow2/web/tests
Willem Jiang 6ded818f62
fix: handle escaped curly braces in LaTeX formulas (#608) (#660)
- Add unescape for \{ and \} characters in unescapeMarkdownSpecialChars()
- These are commonly used in LaTeX commands like \mathcal{F}
- Add test cases for Fourier transform notation and mixed escape scenarios
- All 118 tests pass including 4 new edge case tests for issue #608
2025-10-26 10:15:35 +08:00
..
__mocks__ fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) 2025-10-25 20:46:43 +08:00
json.test.ts fix: parsed json with extra tokens issue (#656) 2025-10-26 07:24:25 +08:00
markdown-katex.test.ts fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) 2025-10-25 20:46:43 +08:00
markdown-math-editor.test.ts fix: handle escaped curly braces in LaTeX formulas (#608) (#660) 2025-10-26 10:15:35 +08:00
message-list-view.test.tsx fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) 2025-10-25 20:46:43 +08:00
store.test.ts fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) 2025-10-25 20:46:43 +08:00