Add missing test for encode_utf8 (#683)
* Add missing test for encode_utf8 * Fix CI error by only run under std * Merge test into testing framework for utf8 testing --------- Co-authored-by: cxworks <cxworks@qq.com>
This commit is contained in:
parent
4933019c44
commit
7344ad0c85
|
|
@ -33,7 +33,7 @@ fn test_numbers() {
|
||||||
the_same(false);
|
the_same(false);
|
||||||
|
|
||||||
// utf8 characters
|
// utf8 characters
|
||||||
for char in "aÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö文".chars()
|
for char in "aÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö文😀😁😂😃".chars()
|
||||||
{
|
{
|
||||||
the_same(char);
|
the_same(char);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue