From: C. Scott Ananian Date: Thu, 13 Mar 2014 21:36:07 +0000 (-0400) Subject: Fix minor typo in parser tests error message. X-Git-Tag: 1.31.0-rc.0~16624^2 X-Git-Url: http://git.cyclocoop.org/%22.%20%20%20generer_url_action%28%22logout%22%2C%22logout=prive%22%29%20.%20%20%20%22?a=commitdiff_plain;h=f535e448f8d50e9b66d52400700f3ddd754c3a9c;p=lhc%2Fweb%2Fwiklou.git Fix minor typo in parser tests error message. This was introduced in Ie4e68960ca7c352af495ebb59ba83488935a44c4. Change-Id: I45352dd3dfd26acdcda147d8aa07be6f0d60698f --- diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index 847ae327b1..1d9cf305aa 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -573,7 +573,7 @@ class TestFileIterator implements Iterator { throw new MWException( sprintf( "'%s' without '%s' at line %s of %s\n", $this->section, - $token, + implode( ',', $tokens ), $this->lineNum, $this->file ) );