Skip to content

Commit d09e235

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent ef9b29b commit d09e235

File tree

6 files changed

+327
-269
lines changed

6 files changed

+327
-269
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45698a8f
1+
42e078fa

blog/index.html

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

mini.nvim/CHANGELOG.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ <h2 id="toc-title">On this page</h2>
378378
<ul>
379379
<li><a href="#v0.18.0-mini.pick-expand" id="toc-v0.18.0-mini.pick-expand" class="nav-link" data-scroll-target="#v0.18.0-mini.pick-expand">Expand</a></li>
380380
</ul></li>
381+
<li><a href="#v0.18.0-mini.test" id="toc-v0.18.0-mini.test" class="nav-link" data-scroll-target="#v0.18.0-mini.test">mini.test</a>
382+
<ul>
383+
<li><a href="#v0.18.0-mini.test-refine" id="toc-v0.18.0-mini.test-refine" class="nav-link" data-scroll-target="#v0.18.0-mini.test-refine">Refine</a></li>
384+
<li><a href="#v0.18.0-mini.test-expand" id="toc-v0.18.0-mini.test-expand" class="nav-link" data-scroll-target="#v0.18.0-mini.test-expand">Expand</a></li>
385+
</ul></li>
381386
</ul></li>
382387
<li><a href="#v0.17.0" id="toc-v0.17.0" class="nav-link" data-scroll-target="#v0.17.0">Version 0.17.0</a>
383388
<ul>
@@ -1296,6 +1301,25 @@ <h3 class="anchored" data-anchor-id="v0.18.0-mini.pick-expand">Expand</h3>
12961301
</ul>
12971302
</section>
12981303
</section>
1304+
<section id="v0.18.0-mini.test" class="level2">
1305+
<h2 class="anchored" data-anchor-id="v0.18.0-mini.test">mini.test</h2>
1306+
<section id="v0.18.0-mini.test-refine" class="level3">
1307+
<h3 class="anchored" data-anchor-id="v0.18.0-mini.test-refine">Refine</h3>
1308+
<ul>
1309+
<li><p>Update <code>expect.error</code> and <code>expect.no_error</code> to not accept extra arguments for tested function. It will mostly work until the next ‘mini.nvim’ release, but not after that.</p>
1310+
<p>Use them explicitly inside anonymous function: <code>expect.error(f, "", 1, 2)</code> -&gt; <code>expect.error(function() f(1, 2) end, "")</code> and <code>expect.no_error(f, 1, 2)</code> -&gt; <code>expect.no_error(function() f(1, 2) end)</code>.</p>
1311+
<p>Sorry for the inconvenience.</p></li>
1312+
<li><p>Update all built-in reporters (<code>gen_reporter.buffer</code> and <code>gen_reporter.stdout</code>) to first show all fails followed by all notes. This makes it easier to find failed cases when there are many notes (like from <code>MiniTest.skip()</code>).</p></li>
1313+
</ul>
1314+
</section>
1315+
<section id="v0.18.0-mini.test-expand" class="level3">
1316+
<h3 class="anchored" data-anchor-id="v0.18.0-mini.test-expand">Expand</h3>
1317+
<ul>
1318+
<li><p>Update all <code>MiniTest.expect</code> expectations to allow customization of failure reason instead of default “Failed expectation for …”. This also consistently introduces <code>opts</code> last argument.</p></li>
1319+
<li><p>Update <code>MiniTest.expect.equality</code> to show more detailed cause of failed equality. Like which character is different in two string or which values are different in two tables and at what key branch.</p></li>
1320+
</ul>
1321+
</section>
1322+
</section>
12991323
</section>
13001324
<section id="v0.17.0" class="level1">
13011325
<h1>Version 0.17.0</h1>

0 commit comments

Comments
 (0)