| Summary: | [quickfix][eslint] Quickfix for gratuitous parentheses doesn't work if the closing parenthesis is on the next line. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Olivier Thomann <Olivier_Thomann> | ||||
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie | ||||
| Version: | 11.0 | Flags: | Michael_Rennie:
review+
|
||||
| Target Milestone: | 12.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Olivier Thomann
Created attachment 262467 [details]
Proposed patch including regression tests
If there is a space between the closing parenthesis and the previous character, the same problem arises. The quickfix doesn't apply. I will update the patch to include a regression test for that case as well. The fix is the same. Delivered. This is more common than expected. Michael, please review. |