lua_missions
lua_missions copied to clipboard
Lua Koans, minus the Zen stuff
There is an extra space in test_table_coroutine_contains_six_or_seven_elements function in coroutines.lua. This creates an extra if statement which lua expects to be closed, but which is not closed by an "end"-statement....
Rake was introduced as a "quick and dirty" commodity - Lua missions was inspired by Ruby Koans, so it was easy to just copy the Koans' rakefile and start from...
Had a lot of fun doing these, noticed these small errors and wanted to contribute fixes. Mostly whitespace changes, a couple of typo fixes, and one actual bugfix ("else if"...