Skip to content

Commit 5ac12a6

Browse files
committed
tests fix and v bump
1 parent 5f85b82 commit 5ac12a6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Term"
22
uuid = "22787eb5-b846-44ae-b979-8e399b8463ab"
33
authors = ["FedeClaudi <federicoclaudi@protonmail.com> and contributors"]
4-
version = "2.0.2"
4+
version = "2.0.3"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

test/txtfiles/pbar_cols_style_4.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Running... ● ━━━━━━━━━━ ● 10/10 100% ● elapsed: 201ms remaining: 0.0ms
1+
Running... ● ━━━━━━━━━━ ● 10/10 100% ● elapsed: 203ms remaining: 0.0ms

test/txtfiles/termshow_7.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
╭──── Function: fn ────────────────────────────────╮
22
│ │
33
│ (1)  fn(x::Int64) │
4-
│ (2)  fn(s::String) │
4+
│ (2)  │
5+
│ (3)  fn(s::String) │
6+
│ (4)  │
57
│ │
6-
╰──────────────────────────────────── 2 methods ───╯
8+
╰──────────────────────────────────── 4 methods ───╯
79
━━━━━━━━━━━━━━━━━━━━━━ Docstring ━━━━━━━━━━━━━━━━━━━━━━
810
test function

0 commit comments

Comments
 (0)