JanZerebecki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/252591

Change subject: Fix typo in commment and missing spaces
......................................................................

Fix typo in commment and missing spaces

Change-Id: Ifda05edd9b488768814d3251a93d71e9b55ea5a6
---
M tests/engines/LuaCommon/TextLibraryTest.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/91/252591/1

diff --git a/tests/engines/LuaCommon/TextLibraryTest.php 
b/tests/engines/LuaCommon/TextLibraryTest.php
index fffcd9a..2505d9a 100644
--- a/tests/engines/LuaCommon/TextLibraryTest.php
+++ b/tests/engines/LuaCommon/TextLibraryTest.php
@@ -5,8 +5,8 @@
 
        public function __construct( $name = null, array $data = array(), 
$dataName = '', $engineName = null ) {
                parent::__construct( $name, $data, $dataName, $engineName);
-               if ( defined('HHVM_VERSION') ) {
-                       // HHVM bug 
https://github.com/facebook/hhvm/issues/5813$
+               if ( defined( 'HHVM_VERSION' ) ) {
+                       // HHVM bug https://github.com/facebook/hhvm/issues/5813
                        $this->skipTests['json decode, invalid values (trailing 
comma)'] =
                                'json decode bug in HHVM';
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/252591
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifda05edd9b488768814d3251a93d71e9b55ea5a6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: JanZerebecki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to