From f535e448f8d50e9b66d52400700f3ddd754c3a9c Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Thu, 13 Mar 2014 17:36:07 -0400 Subject: [PATCH] Fix minor typo in parser tests error message. This was introduced in Ie4e68960ca7c352af495ebb59ba83488935a44c4. Change-Id: I45352dd3dfd26acdcda147d8aa07be6f0d60698f --- tests/testHelpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ); -- 2.20.1