1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00

Mintest updates

This commit is contained in:
Brian Fiete 2020-04-10 08:58:12 -07:00
parent 5879469933
commit 2fbaf061ef
7 changed files with 104 additions and 81 deletions

View file

@ -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;
}
}