tanakh / cargo-atcoder

Cargo subcommand for AtCoder
BSD 3-Clause "New" or "Revised" License
397 stars 36 forks source link

HTML character references are not converted in test cases #33

Closed tyu-ru closed 4 years ago

tyu-ru commented 4 years ago

ABC078のA問題のようにテストケースにHTMLのCharacter Referenceが混ざっている場合に元の文字へ変換されていない不具合があるようです

running 3 tests
test sample 1 ... FAILED
test sample 2 ... FAILED
test sample 3 ... ok

---- sample 1 ----
input:
     1 | A B

expected output:
     1 | <

your output:
     1 | <

---- sample 2 ----
input:
     1 | E C

expected output:
     1 | &gt;

your output:
     1 | >

test result: FAILED. 1 passed; 2 failed
qryxip commented 4 years ago

34 のlinked issueになってなかったのでopenのままですがこれcloseすべきでは