FMotalleb / nu_plugin_image

MIT License
11 stars 4 forks source link

Ansi parser Skip some sequences #3

Closed FMotalleb closed 9 months ago

FMotalleb commented 9 months ago

The ANSI parser fails to parse sequences when they contain more than a single entry. For instance:

\x[38;2;40;177;249;48;5;4m

In practice, this results in:

Current Outcome: Actual

However, the anticipated result is: Expected