Bruno Thiago
Results
11
issues of
Bruno Thiago
Problem: running `busted -e "print('hello')" .` works but `busted -e "print('hello')" --lua "lua" .` doesn't. Solution: quote args at [if lua and not ignore-lua](https://github.com/lunarmodules/busted/blob/a144124839f027a2d0a95791936c478d047126fc/busted/modules/cli.lua#L214) ```lua -- busted/modules/cli.lua: 214 if cliArgs['lua']...