Skip to content

Commit

Permalink
Correct line number for extract task
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 19, 2013
1 parent ddc23b3 commit 880a15f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ public function testExecute() {
$this->assertRegExp($pattern, $result);

$pattern = '/\#: (\\\\|\/)extract\.ctp:14\n';
$pattern .= '\#: (\\\\|\/)home\.ctp:125\n';
$pattern .= '\#: (\\\\|\/)home\.ctp:126\n';
$pattern .= 'msgid "Editing this Page"\nmsgstr ""/';
$this->assertRegExp($pattern, $result);

Expand Down

0 comments on commit 880a15f

Please sign in to comment.