From 4e5fab93e5a0ce67c8f40fef1e8f4cab7018fc5d Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 11 Sep 2024 07:03:44 -0400 Subject: [PATCH] feat: update diff --- conf.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/conf.toml b/conf.toml index a52ff88..5031eed 100644 --- a/conf.toml +++ b/conf.toml @@ -23,9 +23,6 @@ name = "stderr" max = 4_096 [stages.parser] name = "result-status" -[stages.parser.with] -score = 100 -comment = "compile done" [[stages]] name = "run" [stages.executor] @@ -54,8 +51,14 @@ src = "./cases/2.in" [stages.parser] name = "diff" [[stages.parser.with.cases]] +[[stages.parser.with.cases.outputs]] score = 100 -stdoutPath = "./cases/1.out" +fileName = "stdout" +answerPath = "./cases/1.out" +ignoreWhitespace = true [[stages.parser.with.cases]] +[[stages.parser.with.cases.outputs]] score = 100 -stdoutPath = "./cases/2.out" +fileName = "stdout" +answerPath = "./cases/2.out" +ignoreWhitespace = true