added some specs to strengthen the coverage pivotal/jasmine#234
This commit is contained in:
committed by
Davis W. Frank & Rajan Agaskar
parent
b95c43ab7c
commit
63ad879c12
@@ -78,6 +78,8 @@ describe("jasmine.Matchers", function() {
|
||||
|
||||
expect((match(/1/i).toEqual(/1/i))).toPass();
|
||||
expect((match(/1/i).toNotEqual(/1/i))).toFail();
|
||||
expect((match(/[abc]/gm).toEqual(/1/i))).toFail();
|
||||
expect((match(/[abc]/gm).toNotEqual(/1/i))).toPass();
|
||||
});
|
||||
|
||||
it("toEqual to build an Expectation Result", function() {
|
||||
|
||||
Reference in New Issue
Block a user