mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
12 lines
271 B
Text
12 lines
271 B
Text
/-- Tests for the 32-bit library with UTF-32 support only */
|
|
|
|
/-- Non-UTF characters --/
|
|
|
|
/\x{110000}/8
|
|
Failed: character value in \x{...} sequence is too large at offset 9
|
|
|
|
/\C/8
|
|
\x{110000}
|
|
Error -10 (bad UTF-32 string) offset=0 reason=3
|
|
|
|
/-- End of testinput26 --/
|