Commit 0cd58fd
committed
fix: properly handle attachment formatting for both simple and complex attachments
- Use comma separator for simple attachments (no text/description fields)
- Use newline separator for complex attachments (with text/description fields)
- Prevents malformed output when attachments span multiple lines
- Fixes failing test while maintaining backward compatibility1 parent fee3924 commit 0cd58fd
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
| |||
0 commit comments