exercism / lua

Exercism exercises in Lua.
https://exercism.org/tracks/lua
MIT License
41 stars 58 forks source link

Fixed lua-test-runner error with custom-set_spec.lua #435

Closed imolein closed 10 months ago

imolein commented 10 months ago

The LuaFormatter moved the function expression on a new line, which confuses the lua-test-runner. Fixed it and deactivated the LuaFormater for the test.

Closes #434

imolein commented 10 months ago

Woops, something went wrong in this one oO