lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.43k stars 186 forks source link

Fix bad escape sequence #499

Closed o-lim closed 8 years ago

o-lim commented 8 years ago

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.