-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix: CSV import parsing error for test case parameters #25520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: CSV import parsing error for test case parameters #25520
Conversation
Code Review
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
;);to,inTestCaseRepository.serializeParameterValues()RestUtil.normalizeQuotes()converts Unicode smart quotes to ASCII quotesRestUtil.extractJsonObjects()extracts JSON objects using state machine brace matchingRestUtil.findMatchingBrace()handles nested structures, escape sequences, and quoted stringsRestUtilTest.javacovering quote normalization, brace matching, and real-world SQL scenariosThis will update automatically on new commits.