Commit 046550d6 046550d6f7d35559b20f09358d350acee45fa499 by Nicolas Perriault

typo

1 parent 698294ef
...@@ -451,7 +451,7 @@ Asserts that the current page url matches the provided RegExp pattern:: ...@@ -451,7 +451,7 @@ Asserts that the current page url matches the provided RegExp pattern::
451 451
452 casper.test.begin('assertUrlMatch() tests', 1, function(test) { 452 casper.test.begin('assertUrlMatch() tests', 1, function(test) {
453 casper.start('http://www.google.fr/', function() { 453 casper.start('http://www.google.fr/', function() {
454 test.assertUrlMatch(/^http:\/\//', 'google.fr is served in http://'); 454 test.assertUrlMatch(/^http:\/\//, 'google.fr is served in http://');
455 }).run(function() { 455 }).run(function() {
456 test.done(); 456 test.done();
457 }); 457 });
......