1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-18 05:37:52 +02:00

zh-TW: Translate unit-tests.md. (#840)

[zh-TW] Translate unit-tests.md.
This commit is contained in:
Jonathan Hao 2023-06-21 08:46:56 +01:00 committed by GitHub
parent 1ed40f4746
commit 1868ef3670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,7 +544,7 @@ msgstr "測試"
#: src/SUMMARY.md:164
msgid "Unit Tests"
msgstr ""
msgstr "單元測試"
#: src/SUMMARY.md:165
msgid "Test Modules"
@ -8987,11 +8987,11 @@ msgstr ""
#: src/testing/unit-tests.md:1
msgid "# Unit Tests"
msgstr ""
msgstr "# 單元測試"
#: src/testing/unit-tests.md:3
msgid "Mark unit tests with `#[test]`:"
msgstr ""
msgstr "用 `#[test]` 標記單元測試:"
#: src/testing/unit-tests.md:5
msgid ""
@ -9022,7 +9022,7 @@ msgstr ""
#: src/testing/unit-tests.md:29
msgid "Use `cargo test` to find and run the unit tests."
msgstr ""
msgstr "用 `cargo test` 尋找並執行單元測試。"
#: src/testing/test-modules.md:1
msgid "# Test Modules"