Merge pull request #65499 from Mickeon/project-converter-english-exam

This commit is contained in:
Rémi Verschelde 2022-09-08 13:31:18 +02:00 committed by GitHub
commit 5cef88b882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 343 additions and 347 deletions

File diff suppressed because it is too large Load Diff

View File

@ -76,7 +76,7 @@ private:
Vector<String> check_for_files();
Vector<String> parse_arguments(const String &line);
int get_end_parenthess(const String &line) const;
int get_end_parenthesis(const String &line) const;
String connect_arguments(const Vector<String> &line, int from, int to = -1) const;
String get_starting_space(const String &line) const;
String get_object_of_execution(const String &line) const;