Add comprehensive stress tests for streaming markdown formatter
Add 10 stress tests covering: - Nested formatting (bold in italic, italic in bold) - Empty/minimal content edge cases - Escape sequences and special characters - Lists with complex inline formatting - Links with various content types - Tables with formatting in cells - Code blocks (should not format contents) - Mixed block elements (headers, quotes, rules) - Nested lists (3+ levels, mixed types) - Pathological/adversarial inputs (unbalanced delimiters, unicode, long lines) All 45 tests pass.
This commit is contained in:
1538
crates/g3-cli/tests/streaming_markdown_test.rs
Normal file
1538
crates/g3-cli/tests/streaming_markdown_test.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user