Suite only
not anchored to title start
#2298
Labels
status: waiting for author
waiting on response from OP - more information needed
type: bug
a defect, confirmed by a maintainer
In the process of looking into #2157 (comment), I noticed that the BDD interface's
it.only
escapes the regular expression and requires it to match the whole title with^
and$
, butdescribe.only
merely passes the string togrep
, which escapes it but does not require it to begin with^
. This same issue also affects the QUnit and TDD interfaces.Contrived example:
The text was updated successfully, but these errors were encountered: