mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Mintest updates
This commit is contained in:
parent
5879469933
commit
2fbaf061ef
7 changed files with 104 additions and 81 deletions
|
@ -234,7 +234,7 @@ namespace System
|
|||
{
|
||||
switch (this)
|
||||
{
|
||||
case ' ', '\t', '\n', '\r', '\xa0', '\x85': return true;
|
||||
case ' ', '\t', '\n', '\r', (.)'\xa0', (.)'\x85': return true;
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue