Skip to content

Commit 5bb4388

Browse files
committed
fix: add test
1 parent ae22f1e commit 5bb4388

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/sql/textplot.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ query T
2121
SELECT tp_density([1,2,3], width := 5);
2222
----
2323
█ █ █
24+
25+
query T
26+
select tp_sparkline([3,3,4,2,2,1,-5,-5], mode := 'delta', theme := 'thumbs', width:= 5);
27+
----
28+
👍👍👎👎👎

0 commit comments

Comments
 (0)