Strip excess newlines from formatting test
authorChad Horohoe <chadh@wikimedia.org>
Fri, 4 Oct 2013 17:44:26 +0000 (10:44 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 4 Oct 2013 17:44:26 +0000 (10:44 -0700)
commitc370ad21d7f81a04d10b5e488a4f8ec61ef0499c
tree2dcb7dd07cff2e4750ed931a45bea93964b392b8
parentdc818654ab4d5ce933ffcdb612564b66cfa88a5a
Strip excess newlines from formatting test

The result's basically the same either way, only difference is
things like

 "emptyObject": {

 },

Are now

 "emptyObject": {
 },

Results are still pretty, now passes in both Zend and HHVM

Change-Id: I6afa0fd49a7aef3f6b7ca1b4574f3de555521348
tests/phpunit/includes/json/FormatJsonTest.php