yyqdbngt opened a new pull request, #3914: URL: https://github.com/apache/rocketmq-dashboard/pull/3914
### Motivation The `CsvUtil` tests covered quote escaping and two formula prefixes, but the remaining leading formula characters (`-`, `@`, tab, CR/LF) and the empty-row append behavior were unasserted. ### Changes - Every leading formula character is neutralized with a protection apostrophe, including negative numbers (`-5`) and whitespace-led values. - `appendRow` joins multiple cells with commas and writes a bare CRLF row for an empty value list. ### Verification - `mvn -B test -Dtest=CsvUtilTest`: 4/4 passed, BUILD SUCCESS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
