Skip to content

Commit

Permalink
Add test for "Right Single Quotation Mark" conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsource authored and soundslocke committed Sep 3, 2022
1 parent 30c65e4 commit 21b0115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SMSCounterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ public function dataProvider()
['@£$¥èéùìòÇØøÅåΔ_ΦΓΛΩΠΨΣΘΞ^{}\[~]|€ÆæßÉ!\"#¤%&\'()*+,-./0123456789:;<=>?¡ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÑܧ¿abcdefghijklmnopqrstuvwxyzäöñüà', '@£$¥èéùìòÇØøÅåΔ_ΦΓΛΩΠΨΣΘΞ^{}\[~]|€ÆæßÉ!\"#¤%&\'()*+,-./0123456789:;<=>?¡ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÑܧ¿abcdefghijklmnopqrstuvwxyzäöñüà'],
['Lhg jjjo fx 382 64237 12299 qmecb. Ç éæ+! -[Å*_ (¡)| ?Λ^ ~£;ΩΠ¿ ÑΔ #ΓüΘ¥ñ,É øΨì] ò= Ü. @å<: ö%\'Ƥ"Ö> اΦ{ }/&Ä ùß\€ èà Ξ$äΣ.', 'Lhg jjjo fx 382 64237 12299 qmecb. Ç éæ+! -[Å*_ (¡)| ?Λ^ ~£;ΩΠ¿ ÑΔ #ΓüΘ¥ñ,É øΨì] ò= Ü. @å<: ö%\'Ƥ"Ö> اΦ{ }/&Ä ùß\€ èà Ξ$äΣ.'],
['dadáó', 'dadao'],
['Un rêve de l’aperçu', 'Un reve de l\'apercu'],
["\xc2\xa0|\xe2\x80\x87|\xef\xbb\xbf", ' | |'],
];
}
Expand Down

0 comments on commit 21b0115

Please sign in to comment.