feat: test white space ignoring
This commit is contained in:
parent
4e35e6dcb1
commit
11a33358f6
1
cases/5.in
Normal file
1
cases/5.in
Normal file
|
@ -0,0 +1 @@
|
|||
1024 2048
|
1
cases/5.out
Normal file
1
cases/5.out
Normal file
|
@ -0,0 +1 @@
|
|||
37200
|
|
@ -56,6 +56,9 @@ src = "./cases/3.in"
|
|||
[[stages.executor.with.cases]]
|
||||
[stages.executor.with.cases.stdin]
|
||||
src = "./cases/4.in"
|
||||
[[stages.executor.with.cases]]
|
||||
[stages.executor.with.cases.stdin]
|
||||
src = "./cases/5.in"
|
||||
[stages.parser]
|
||||
name = "diff"
|
||||
[[stages.parser.with.cases]]
|
||||
|
@ -71,4 +74,8 @@ ignoreWhitespace=true
|
|||
[[stages.parser.with.cases]]
|
||||
score = 100
|
||||
stdoutPath = "./cases/4.out"
|
||||
ignoreWhitespace=true
|
||||
[[stages.parser.with.cases]]
|
||||
score = 100
|
||||
stdoutPath = "./cases/5.out"
|
||||
ignoreWhitespace=false
|
||||
|
|
Loading…
Reference in New Issue
Block a user