Skip to content

Commit 3afb9f9

Browse files
committed
ci: generate pages at 2be11c2 [ci skip]
1 parent 2be11c2 commit 3afb9f9

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

docs/ch11-03-test-organization.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,9 @@ <h4 id="結合テスト内のサブモジュール"><a class="header" href="#結
602602
}
603603
</code></pre>
604604
<!--
605-
Note that the `mod common;` declaration is the same as the module declarations
606-
we demonstrated in Listing 7-4. Then in the test function, we can call the
607-
`common::setup()` function.
605+
Note that the mod common; declaration is the same as the module declaration we demonstrated in Listing 7-21. Then in the test function, we can call the common::setup() function.
608606
-->
609-
<p><code>mod common;</code>という宣言は、リスト7-4で模擬したモジュール宣言と同じであることに注意してください。
610-
それから、テスト関数内で<code>common::setup()</code>関数を呼び出すことができます。</p>
607+
<p><code>mod common;</code>という宣言は、リスト7-21で模擬したモジュール宣言と同じであることに注意してください。それから、テスト関数内で<code>common::setup()</code>関数を呼び出すことができます。</p>
611608
<!--
612609
#### Integration Tests for Binary Crates
613610
-->

docs/print.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20038,12 +20038,9 @@ <h4 id="結合テスト内のサブモジュール"><a class="header" href="#結
2003820038
}
2003920039
</code></pre>
2004020040
<!--
20041-
Note that the `mod common;` declaration is the same as the module declarations
20042-
we demonstrated in Listing 7-4. Then in the test function, we can call the
20043-
`common::setup()` function.
20041+
Note that the mod common; declaration is the same as the module declaration we demonstrated in Listing 7-21. Then in the test function, we can call the common::setup() function.
2004420042
-->
20045-
<p><code>mod common;</code>という宣言は、リスト7-4で模擬したモジュール宣言と同じであることに注意してください。
20046-
それから、テスト関数内で<code>common::setup()</code>関数を呼び出すことができます。</p>
20043+
<p><code>mod common;</code>という宣言は、リスト7-21で模擬したモジュール宣言と同じであることに注意してください。それから、テスト関数内で<code>common::setup()</code>関数を呼び出すことができます。</p>
2004720044
<!--
2004820045
#### Integration Tests for Binary Crates
2004920046
-->

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)