Commit 386b0d8
committed
Do not build the test input with the platform iconv
An iconv that provides ISO-2022-CN may still be unable to encode Chinese
text, as macOS and iOS cannot, and the encode raised before the decoding
under test ran. The bytes are now fixed in the test, and it skips if the
platform cannot decode them.1 parent aaebd37 commit 386b0d8
2 files changed
Lines changed: 17 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 18 | + | |
27 | 19 | | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
31 | 23 | | |
32 | 24 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 25 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 26 | + | |
43 | 27 | | |
44 | 28 | | |
45 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3824 | 3824 | | |
3825 | 3825 | | |
3826 | 3826 | | |
3827 | | - | |
| 3827 | + | |
| 3828 | + | |
| 3829 | + | |
| 3830 | + | |
| 3831 | + | |
3828 | 3832 | | |
3829 | 3833 | | |
3830 | | - | |
3831 | | - | |
| 3834 | + | |
| 3835 | + | |
| 3836 | + | |
| 3837 | + | |
| 3838 | + | |
| 3839 | + | |
| 3840 | + | |
3832 | 3841 | | |
3833 | 3842 | | |
3834 | 3843 | | |
| |||
3838 | 3847 | | |
3839 | 3848 | | |
3840 | 3849 | | |
3841 | | - | |
3842 | | - | |
3843 | | - | |
3844 | | - | |
| 3850 | + | |
| 3851 | + | |
3845 | 3852 | | |
3846 | 3853 | | |
3847 | 3854 | | |
| |||
0 commit comments