mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Storage: make Storage::nameCompliant less restrictive (accepts
.*\.[a-z]+). But Script::nameCompliant is stricted: [a-z_0-9.]*
This commit is contained in:
@@ -17,6 +17,8 @@ public:
|
||||
|
||||
const char * readContent() const;
|
||||
|
||||
static bool nameCompliant(const char * name);
|
||||
|
||||
constexpr static size_t k_importationStatusSize = 1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user