-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
P: Compiler: FormatterPackage: Candy's formatterPackage: Candy's formatterT: FixType: Bug FixesType: Bug Fixes
Description
Input
[
colors,
controlSequences,
GraphicRenditions:
[
setForegroundColor3Or4Bit,
setBrightForegroundColor3Or4Bit,
setForegroundColor8Or24Bit,
setBackgroundColor3Or4Bit,
setBrightBackgroundColor3Or4Bit,
setBackgroundColor8Or24Bit,
],
] = use "AnsiEscapeSequences"
Actual Output
[
colors,
controlSequences,
GraphicRenditions:
[
setForegroundColor3Or4Bit,
setBrightForegroundColor3Or4Bit,
setForegroundColor8Or24Bit,
setBackgroundColor3Or4Bit,
setBrightBackgroundColor3Or4Bit,
setBackgroundColor8Or24Bit,
],
] = use "AnsiEscapeSequences"
Desired Output
[
colors,
controlSequences,
GraphicRenditions: [
setForegroundColor3Or4Bit,
setBrightForegroundColor3Or4Bit,
setForegroundColor8Or24Bit,
setBackgroundColor3Or4Bit,
setBrightBackgroundColor3Or4Bit,
setBackgroundColor8Or24Bit,
],
] = use "AnsiEscapeSequences"
Relevant Logs
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
P: Compiler: FormatterPackage: Candy's formatterPackage: Candy's formatterT: FixType: Bug FixesType: Bug Fixes
Type
Projects
Status
No status