Skip to content

Commit

Permalink
Merge pull request #2 from DataValues/stringFormatterTrimTest
Browse files Browse the repository at this point in the history
Test that StringFormatter does not trim whitespace
  • Loading branch information
adrianheine committed Feb 3, 2014
2 parents 29f413b + a114d2c commit 4e44e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ValueFormatters/StringFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public function validProvider() {
'ice cream',
'cake',
'',
' a ',
' ',
);

$argLists = array();
Expand Down

0 comments on commit 4e44e06

Please sign in to comment.