We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22efcf5 commit 253ba26Copy full SHA for 253ba26
test/runtests.jl
@@ -1,6 +1,5 @@
1
using Test
2
using StippleTable
3
4
-@test Base.pkgversion(StippleTable) ≥ v"1.0.4"
5
@test contains(sttable(:table, :event, param = :param, "inner"), ">inner<")
6
@test contains(sttable(:table, :event, param = :param, "inner1", ["inner"]), ">inner1inner<")
0 commit comments