mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix InternalUTF8ToString to consider U+FFFE as invalid
This commit also adds the foldtabs option as default for the eval test suite, and substantially improves the Unicode valid/invalid character test.
This commit is contained in:
parent
4771c76d85
commit
0b266db758
4 changed files with 33 additions and 10 deletions
|
@ -1 +1,9 @@
|
|||
"aá???????"
|
||||
[ "%01%09%3F%3F%3F%3F%20a%3F%3F%3F%3F%3F%C2%80%DF%BF"
|
||||
, "%3F%3F%3F%3F%3F%3F%E0%A0%80%EC%BF%BF%ED%9F%BF"
|
||||
, "%3F%3F%3F%3F%3F%3F%EE%80%80%EF%BE%BF%EF%BF%80"
|
||||
, "%EF%BF%BD%3F%3F%3F%EF%BF%BF"
|
||||
, "%3F%3F%3F%3F%3F%3F%3F%3F%F0%90%80%80%F3%BF%BF%BF"
|
||||
, "%F4%80%80%80%F4%8F%BF%BF%3F%3F%3F%3F%3F%3F%3F%3F"
|
||||
, "%3F%3F%3F%3F%3F%3F%3F%3F"
|
||||
, "%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue