summaryrefslogtreecommitdiff
path: root/testdata/testoutput26
blob: 28f8d42a5ed5c74f11a6c4ac8e3cb5ee562f922f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/-- Tests for the 32-bit library with UTF-32 support only */

< forbid W

/-- Non-UTF characters --/

/\x{110000}/8
Failed: character value in \x{} or \o{} is too large at offset 9

/\o{4200000}/8
Failed: character value in \x{} or \o{} is too large at offset 10

/\C/8
    \x{110000}
Error -10 (bad UTF-32 string) offset=0 reason=3

/-- End of testinput26 --/