This adds a bunch of tests to better exercise the HTML rendering and to be able to track any changes in its behavior. This includes a new `check_all_main_files` to more conveniently check the HTML content of every chapter in a book.
8 lines
No EOL
401 B
HTML
8 lines
No EOL
401 B
HTML
<h1 id="chapter-1"><a class="header" href="#chapter-1">Chapter 1</a></h1>
|
|
<pre><pre class="playground"><code class="language-rust editable">fn f() {
|
|
println!("hello");
|
|
}</code></pre></pre>
|
|
<pre><pre class="playground"><code class="language-rust"><span class="boring">#![allow(unused)]
|
|
</span><span class="boring">fn main() {
|
|
</span>// Not editable.
|
|
<span class="boring">}</span></code></pre></pre> |