J

Results 4 issues of J

If this behavior is unavoidable then it should at least be mentioned in the documentation and comments.

Modified pattern coloring process to apply coloring in an order consistent with configured color lists and regex groups. Fixes garabik/grc#215.

Here is my config file: ``` regexp=(\./)(.*/)([^/]+)(\.\w+) colours=bold white,magenta,cyan,yellow ``` Here is some sample output: ![image](https://user-images.githubusercontent.com/3631136/172186981-ebac9881-c75f-4113-8015-3d87aa05bf93.png) The regex seems to match correctly, but the colors are in the wrong order....

Is this expected or are specific settings/libraries/etc required in order to run passing tests?