Parent Directory
|
Revision Log
tests: Unify unicode noncharacter tests The tests have the same output for the 8, 16 and 32 bit tests, so put them into test 4 instead of duplicating it into separate tests for each library.
1 | /-- Tests for the 32-bit library with UTF-32 support only */ |
2 | |
3 | /-- Non-UTF characters --/ |
4 | |
5 | /\x{110000}/8 |
6 | |
7 | /\C/8 |
8 | \x{110000} |
9 | |
10 | /-- End of testinput26 --/ |
ViewVC Help | |
Powered by ViewVC 1.1.5 |