Files
jasmine/spec/core/matchers/toMatchSpec.js
slackersoft 305252f5a8 toMatch requires the expected to be a String or RegExp
- Otherwise it was using the `toString` as the RegExp, which is almost
  definitely _not_ what you want.

Fixes #723
2014-12-16 11:50:45 -08:00

1.1 KiB