You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
/-- 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 --/
|