@jsenv/terminal-table
Version:
118 lines (110 loc) • 2.52 kB
Markdown
# [0_basic](../../table_4_cells.test.mjs#L232)
```js
run({})
```
# 1/2 console.log
```console
--- none ---
a b
c d
--- around_strange ---
┌───┬───┐
│ a │ b │
├───┼───┘
│ ├───┐
│ c │ d │
└───┴───┘
--- around_strange_2 ---
┌───┬────┐
│ a │ b │
└───┴┬───┤
┌────┤ │
│ c │ d │
└────┴───┘
--- around_strange_3 ---
┌───┬───┐
│ a │ b │
├───┤ │
│ ├───┤
│ c │ d │
└───┴───┘
--- strange_2 ---
┌───┬────┐
│ a │ b │
├───┴┬───┤
│ c │ d │
└────┴───┘
--- left_column_full_right_column_split ---
┌───┬───┐
│ a │ b │
│ ├───┤
│ c │ d │
└───┴───┘
--- left_column_split_right_column_full ---
┌───┬───┐
│ a │ b │
├───┤ │
│ c │ d │
└───┴───┘
--- first_row_full_second_row_split ---
┌───────┐
│ a b │
├───┬───┤
│ c │ d │
└───┴───┘
--- first_row_split_second_row_full ---
┌───┬───┐
│ a │ b │
├───┴───┤
│ c d │
└───────┘
--- first_row_right_second_row_left ---
a │ b │
│ c │ d
--- first_column_top_second_column_bottom ---
───
a b
───
───
c d
───
--- four_way_junction_bottom_right ---
┌───┬───┐
│ a │ b │
├───┼───┤
│ c │ d │
└───┴───┘
--- four_way_junction_bottom_left ---
┌───┬───┐
│ a │ b │
├───┼───┤
│ c │ d │
└───┴───┘
--- four_way_junction_top_left ---
┌───┬───┐
│ a │ b │
├───┼───┤
│ c │ d │
└───┴───┘
--- four_way_junction_top_right ---
┌───┬───┐
│ a │ b │
├───┼───┤
│ c │ d │
└───┴───┘
--- all ---
┌───┐┌───┐
│ a ││ b │
└───┘└───┘
┌───┐┌───┐
│ c ││ d │
└───┘└───┘
```
# 2/2 return
```js
undefined
```
---
<sub>
Generated by <a href="https://github.com/jsenv/core/tree/main/packages/tooling/snapshot">@jsenv/snapshot</a>
</sub>