Add .ans extension for the auto_fill_testcase feature
This commit is contained in:
parent
463711994a
commit
f0b1d7b6ae
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
|||
if (window.valid_files[i].endsWith(".in") || window.valid_files[i].endsWith(".inp") || window.valid_files[i].endsWith(".IN") || window.valid_files[i].endsWith(".INP")) {
|
||||
inFiles.push(window.valid_files[i]);
|
||||
}
|
||||
if (window.valid_files[i].endsWith(".out") || window.valid_files[i].endsWith(".OUT")) {
|
||||
if (window.valid_files[i].endsWith(".out") || window.valid_files[i].endsWith(".ans") || window.valid_files[i].endsWith(".OUT") || window.valid_files[i].endsWith(".ANS")) {
|
||||
outFiles.push(window.valid_files[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue