Skip to content

Commit e8bb073

Browse files
committed
fix: 49항 8번 테스트 잘못된 정답 수정
- 가운뎃점으로 쓴 줄임표 U+2026 기호에 대응되는 점자 ⠠⠠⠠가 아닌, 마침표로 쓴 줄임표 ⠲⠲⠲가 있어서 수정 - 505050016050505에서 3232320160505050으로 수정 - 수정 후 정상 통과 확인
1 parent ff899d2 commit e8bb073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_cases/rule_49.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"·","""2",166,⠐⠆
66
":","""1 ",162,⠐⠂
77
"/",_/ ,5612,⠸⠌
8-
"… , ...",",,,, 444",5050500160505050,⠲⠲⠲⠀⠐⠀⠲⠲⠲
8+
"… , ...",",,,, 444",3232320160505050,⠠⠠⠠⠀⠐⠀⠲⠲⠲
99
"",8,38,
1010
"",0,52,
1111
"",",8",3238,⠠⠦

0 commit comments

Comments
 (0)