This fixes a bad escape sequence used in spec/modules/cli_spec.lua for the last PR. Should be using '%' as the escape character instead of '\'. However, in order to be compatible with Lua 5.3, remove the parens from the match string for the failing test.
This fixes a bad escape sequence used in spec/modules/cli_spec.lua for the last PR. Should be using '%' as the escape character instead of '\'. However, in order to be compatible with Lua 5.3, remove the parens from the match string for the failing test.