Skip to content

Commit c584550

Browse files
committed
Snapshot
1 parent f3151de commit c584550

File tree

1 file changed

+2
-2
lines changed
  • tests/testthat/_snaps/vignette-tibble

1 file changed

+2
-2
lines changed

tests/testthat/_snaps/vignette-tibble/tibble.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ tibble(a = 1:3, c = 1:2)
350350
```
351351

352352
<div class="sourceCode"><pre class="sourceCode"><code class="sourceCode"><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> Error: Tibble columns must have compatible sizes.
353-
</span><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> * Size 3: Existing data.
354-
</span><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> * Size 2: Column `c`.
353+
</span><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> </span><span style='color: #00BBBB;'>*</span><span style='color: #BB0000;'> Size 3: Existing data.
354+
</span><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> </span><span style='color: #00BBBB;'>*</span><span style='color: #BB0000;'> Size 2: Column `c`.
355355
</span><span style='color: #555555;'>#&gt;</span><span style='color: #BB0000;'> </span><span style='color: #0000BB;'>i</span><span style='color: #BB0000;'> Only values of size one are recycled.
356356
</span></code></pre></div>
357357

0 commit comments

Comments
 (0)