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
Input
Actual Output
Desired Output
Relevant Logs
No response
Additional Information
No response