mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 16:04:38 -07:00
fix: character truncation in raw markdown mode (#18938)
This commit is contained in:
@@ -31,3 +31,12 @@ exports[`<GeminiMessage /> - Raw Markdown Display Snapshots > renders with rende
|
||||
1 const x = 1;
|
||||
"
|
||||
`;
|
||||
|
||||
exports[`<GeminiMessage /> - Raw Markdown Display Snapshots > wraps long lines correctly in raw markdown mode 1`] = `
|
||||
"✦ This is a long
|
||||
line that should
|
||||
wrap correctly
|
||||
without
|
||||
truncation
|
||||
"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user