exercism / lua

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

fixed lua-test-runner error with custom-set_spec.lua #436

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

I tested all the spec files with the lua-test-runner on my machien and no other test failed.