You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follows-up #1335, which was missing
the quotes on the tap-outputs key, and thus the unit test was seeing
expectedOutput[command] as `undefined`, which was then passed to
RegExp as `new RegExp(undefined)`, which produces /(?:)/, which is a
no-op that always matches, so re.test(output) === true.
Yay me for writing a useless test.
Ref #1333.
0 commit comments