mirror of
https://github.com/janet-lang/janet
synced 2025-09-23 21:24:10 +00:00
Formfeed is whitespace.
This commit is contained in:
@@ -39,6 +39,7 @@ static int is_whitespace(uint8_t c) {
|
|||||||
|| c == '\n'
|
|| c == '\n'
|
||||||
|| c == '\r'
|
|| c == '\r'
|
||||||
|| c == '\0'
|
|| c == '\0'
|
||||||
|
|| c == '\f'
|
||||||
|| c == ';'
|
|| c == ';'
|
||||||
|| c == ',';
|
|| c == ',';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user