mirror of
https://github.com/janet-lang/janet
synced 2024-11-07 17:29:54 +00:00
Formfeed is whitespace.
This commit is contained in:
parent
b41b24eb80
commit
105f5f3b2d
@ -39,6 +39,7 @@ static int is_whitespace(uint8_t c) {
|
||||
|| c == '\n'
|
||||
|| c == '\r'
|
||||
|| c == '\0'
|
||||
|| c == '\f'
|
||||
|| c == ';'
|
||||
|| c == ',';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user