Skip to content

Commit 35c4f84

Browse files
kiritofengXyene
authored andcommitted
Indent batched cases when running tests
1 parent 6219814 commit 35c4f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmoj/testsuite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def _run_test_case(self, problem, case_dir, config):
266266
)
267267

268268
def output_case(data):
269-
self.output('\t\t' + data.strip())
269+
self.output('\t\t' + data)
270270

271271
fails = 0
272272
for source in sources:

0 commit comments

Comments
 (0)