Skip to content

Remove backspaces characters (U+0008). #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ msgid ""
"an error rather than a test failure. The default implementation does "
"nothing."
msgstr ""
"테스트 픽스쳐를 준비하기 위해 호출되는 메서드입니다. 이 메서드는 테스트 메서드를 호출하기 바로 직전에 호출됩니다; "
"테스트 픽스쳐를 준비하기 위해 호출되는 메서드입니다. 이 메서드는 테스트 메서드를 호출하기 바로 직전에 호출됩니다; "
":exc:`AssertionError` 또는 :exc:`SkipTest`\\이외의 이 메서드에서 발생한 모든 예외는 테스트 실패가 "
"아닌 오류로 간주합니다. 기본 구현은 아무것도 하지 않습니다."

Expand Down Expand Up @@ -1918,7 +1918,7 @@ msgstr ""

#: ../Doc/library/unittest.rst:1361
msgid "The class setting gets reset before each test call."
msgstr "이 클래스 설정은 각 테스트 호출 전에 재설정됩니다."
msgstr "이 클래스 설정은 각 테스트 호출 전에 재설정됩니다."

#: ../Doc/library/unittest.rst:1368
msgid ""
Expand Down Expand Up @@ -2363,7 +2363,7 @@ msgid ""
"run."
msgstr ""
"테스트를 로드하는 동안 발생한 치명적이지 않은(non-fatal) 에러 목록입니다. 어떤 시점에도 로더에 의해 재설정��지 않습니다."
" 치명적인 에러는 예외를 발생시키는 관련 메서드에 의해 신호가 발생하여 호출자에게 전달됩니다. 치명적이지 않은 에러는 실행 시에 "
" 치명적인 에러는 예외를 발생시키는 관련 메서드에 의해 신호가 발생하여 호출자에게 전달됩니다. 치명적이지 않은 에러는 실행 시에 "
"원래 에러를 발생시킬 합성(synthetic) 테스트가 표시하기도 합니다."

#: ../Doc/library/unittest.rst:1605
Expand Down