mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
All spaces in import-like paths
This commit is contained in:
+3
-1
@@ -4851,7 +4851,9 @@ AstPackage *try_add_import_path(Parser *p, String const &path, String const &rel
|
|||||||
}
|
}
|
||||||
|
|
||||||
gb_global Rune illegal_import_runes[] = {
|
gb_global Rune illegal_import_runes[] = {
|
||||||
'"', '\'', '`', ' ', '\t', '\r', '\n', '\v', '\f',
|
'"', '\'', '`',
|
||||||
|
// ' ',
|
||||||
|
'\t', '\r', '\n', '\v', '\f',
|
||||||
'\\', // NOTE(bill): Disallow windows style filepaths
|
'\\', // NOTE(bill): Disallow windows style filepaths
|
||||||
'!', '$', '%', '^', '&', '*', '(', ')', '=', '+',
|
'!', '$', '%', '^', '&', '*', '(', ')', '=', '+',
|
||||||
'[', ']', '{', '}',
|
'[', ']', '{', '}',
|
||||||
|
|||||||
Reference in New Issue
Block a user