diff options
| author | historia <[not public]> | 2026-06-11 22:35:30 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-11 22:35:30 -0400 |
| commit | 75229ac7f76a7dbd1f9c0455535600ef0ee789a1 (patch) | |
| tree | 39619d95004b5aea115267bf5ad8a6f6013f30a9 /tests/tcolumnize.nim | |
| parent | cb35bd463a53383c06e60be4d843bdf1e7d9d68b (diff) | |
| download | soon-75229ac7f76a7dbd1f9c0455535600ef0ee789a1.tar.gz | |
feat: added tui, fixed archive
Diffstat (limited to 'tests/tcolumnize.nim')
| -rw-r--r-- | tests/tcolumnize.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcolumnize.nim b/tests/tcolumnize.nim index 15f0171..94f1d31 100644 --- a/tests/tcolumnize.nim +++ b/tests/tcolumnize.nim @@ -1,5 +1,5 @@ import soon/columnize -import std/[unittest] +import std/[unittest, terminal] test "Testing columnize": var table = newSeq[Line]() |
