We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_
1 parent 04ab1c8 commit f346616Copy full SHA for f346616
webapp/src/Service/SubmissionService.php
@@ -34,7 +34,7 @@
34
35
class SubmissionService
36
{
37
- final public const FILENAME_REGEX = '/^[a-zA-Z0-9][a-zA-Z0-9+_\.-]*$/';
+ final public const FILENAME_REGEX = '/^[a-zA-Z0-9_][a-zA-Z0-9+_\.-]*$/';
38
final public const PROBLEM_RESULT_MATCHSTRING = ['@EXPECTED_RESULTS@: ', '@EXPECTED_SCORE@: '];
39
final public const PROBLEM_RESULT_REMAP = [
40
'ACCEPTED' => 'CORRECT',
0 commit comments