aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/newbs_testing_debugging.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /docs/ja/newbs_testing_debugging.md
Diffstat (limited to 'docs/ja/newbs_testing_debugging.md')
-rw-r--r--docs/ja/newbs_testing_debugging.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ja/newbs_testing_debugging.md b/docs/ja/newbs_testing_debugging.md
new file mode 100644
index 000000000..d64f0f6df
--- /dev/null
+++ b/docs/ja/newbs_testing_debugging.md
@@ -0,0 +1,15 @@
1# テストとデバッグ
2
3<!---
4 grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
5 original document: 0.12.45:docs/newbs_testing_debugging.md
6 git diff 0.12.45 HEAD -- docs/newbs_testing_debugging.md | cat
7-->
8
9## テスト
10
11[ここに移動しました](ja/faq_misc.md#testing)
12
13## デバッグ :id=debugging
14
15[ここに移動しました](ja/faq_debug.md#debugging)