diff options
-rw-r--r-- | Test/Unit/String.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Test/Unit/String.php b/Test/Unit/String.php index b61c351..52d5ce8 100644 --- a/Test/Unit/String.php +++ b/Test/Unit/String.php @@ -937,7 +937,10 @@ class String extends Test\Unit\Suite { => 'ksa', 'أحبك 😀' - => 'ahbk (grinning face)' + => 'ahbk (grinning face)', + + '∀ i ∈ ℕ' + => '(for all) i (element of) N' ] ) ->when(function ( ) use ( $strings ) { |