This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  9eae9385675db66bda38e0b5d0643f95dab6023f (commit)
      from  275baabc91b08bf55e123382d4b60d43e7eb6a52 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9eae9385675db66bda38e0b5d0643f95dab6023f

commit 9eae9385675db66bda38e0b5d0643f95dab6023f
Author: mirabilos <[email protected]>
Date:   Tue Mar 7 22:41:15 2017 +0100

    make remove-whitespace-at-EOL safe

diff --git a/tests/unit/common/minijsonTest.php 
b/tests/unit/common/minijsonTest.php
index ca7c9af..34d259f 100644
--- a/tests/unit/common/minijsonTest.php
+++ b/tests/unit/common/minijsonTest.php
@@ -112,8 +112,8 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
 
     [4] => -42
     [5] => 1
-    [6] => 
-    [7] => 
+    [6] => ' . '
+    [7] => ' . '
     [8] => Array
         (
             [integer] => 1234567890
@@ -123,11 +123,11 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
             [] => 2.3456789012E+76
             [zero] => 0
             [one] => 1
-            [space] =>  
+            [space] =>  ' . '
             [quote] => "
             [backslash] => \\
-            [controls] => 
-
        
+            [controls] => ' . '
+
        ' . '
             [slash] => / & /
             [alpha] => abcdefghijklmnopqrstuvwyz
             [ALPHA] => ABCDEFGHIJKLMNOPQRSTUVWYZ
@@ -136,8 +136,8 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
             [special] => `1~!@#$%^&*()_+-={\':[,]}|;.</>?
             [hex] => ģ䕧覫췯ꯍ
             [true] => 1
-            [false] => 
-            [null] => 
+            [false] => ' . '
+            [null] => ' . '
             [array] => Array
                 (
                 )
@@ -149,7 +149,7 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
             [address] => 50 St. James Street
             [url] => http://www.JSON.org/
             [comment] => // /* <!-- --
-            [# -- --> */] =>  
+            [# -- --> */] =>  ' . '
             [ s p a c e d ] => Array
                 (
                     [0] => 1
@@ -174,7 +174,7 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
 
             [jsontext] => {"object with 1 member":["array with 1 element"]}
             [quotes] => &#34; " %22 0x22 034 &#x22;
-            [/\\"쫾몾ꮘﳞ볚
+            [/\\"쫾몾ꮘﳞ볚' . '
 
        `1~!@#$%^&*()_+-=[]{}|;:\',./<>?] => A key can be any string
         )
 
@@ -214,8 +214,8 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
 
     [4] => -42
     [5] => 1
-    [6] => 
-    [7] => 
+    [6] => ' . '
+    [7] => ' . '
     [8] => Array
         (
             [] => 2.3456789012E+76
@@ -230,8 +230,8 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
                     [6] => 7
                 )
 
-            [# -- --> */] =>  
-            [/\\"쫾몾ꮘﳞ볚
+            [# -- --> */] =>  ' . '
+            [/\\"쫾몾ꮘﳞ볚' . '
 
        `1~!@#$%^&*()_+-=[]{}|;:\',./<>?] => A key can be any string
             [0123456789] => digit
             [ALPHA] => ABCDEFGHIJKLMNOPQRSTUVWYZ
@@ -255,15 +255,15 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
                     [6] => 7
                 )
 
-            [controls] => 
-
        
+            [controls] => ' . '
+
        ' . '
             [digit] => 0123456789
             [e] => 1.23456789E-13
-            [false] => 
+            [false] => ' . '
             [hex] => ģ䕧覫췯ꯍ
             [integer] => 1234567890
             [jsontext] => {"object with 1 member":["array with 1 element"]}
-            [null] => 
+            [null] => ' . '
             [object] => Array
                 (
                 )
@@ -273,7 +273,7 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
             [quotes] => &#34; " %22 0x22 034 &#x22;
             [real] => -9876.54321
             [slash] => / & /
-            [space] =>  
+            [space] =>  ' . '
             [special] => `1~!@#$%^&*()_+-={\':[,]}|;.</>?
             [true] => 1
             [url] => http://www.JSON.org/

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/common/minijsonTest.php | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to