Error with build_solutions_elvish

What happens

I can’t pass build_solutions_elvish

What do you understand or find about that problem

Error says “unexpected rune ‘^’”. That character indicates to continue the instruction in the next line, and I need it because I can’t exceed the 80 columns. I can separate it in multiple operations, but it means that I have to create a lot of variables so I would prefer not to do it.

You make any workaround? What did you do?

Nothing

Why fails your workaround?

build_solutions_elvish doesn’t consider it as an allowed character, but it is allowed in elvish documentation

Evidences

https://gitlab.com/autonomicmind/challenges/-/jobs/1207903163

Documentation
https://elv.sh/ref/language.html#lexical-elements

I need help with

How to solve it

I just found an error in the test for this language, wait until the MR to fix it and rebase