Modify ↓
#1235 closed Bug (Fixed)
Tidy does not format negative cases properly
| Reported by: | Nutster | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Future Release | Component: | SciTE4AutoIt |
| Version: | 3.3.1.2 | Severity: | None |
| Keywords: | Cc: |
Description
In a Switch statement, a Case with a negative number gets separated when run through Tidy from within Scite.
Switch $x
Case -1
; Whatever happens next
EndSwitch
becomes
Switch $x
Case - 1
; Whatever happens next
EndSwitch
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in Tidy v2.0.28.7 currently available in the Beta directory.
Thanks
Jos