File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
runner/src/main/java/com/codingame/gameengine/runner Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030class ConfigHelper {
3131 private static final Pattern STATEMENT_FILE_PATTERN = Pattern .compile ("statement_(?<language>.*?)\\ .html?" );
3232 private static final Pattern WELCOME_FILE_PATTERN = Pattern .compile ("welcome_(?<language>.*?)\\ .html?" );
33- private static final Pattern WELCOME_IMG_PATTERN = Pattern .compile (".*\\ .(png|jpe?g)" );
33+ private static final Pattern WELCOME_IMG_PATTERN = Pattern .compile (".*\\ .(png|jpe?g|gif )" );
3434 private static final Pattern BOSS_FILE_PATTERN = Pattern .compile ("Boss\\ .(?<extension>.*)" );
3535 private static final Pattern LEVEL_DIR_PATTERN = Pattern .compile ("level(?<level>\\ d+)" );
3636 private static final Pattern TEST_FILE_PATTERN = Pattern .compile ("test(?<num>\\ d+)\\ .(?:json|yaml)" );
You can’t perform that action at this time.
0 commit comments