From cf53f92c3d9dd2011e6db67d40e9553e16c5282a Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlsson <cont-frb@ulund.org> Date: Fri, 4 Sep 2015 10:53:23 +0200 Subject: [PATCH] Initial commit for test/ --- test/tests.jl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/tests.jl diff --git a/test/tests.jl b/test/tests.jl new file mode 100644 index 0000000..d8dd676 --- /dev/null +++ b/test/tests.jl @@ -0,0 +1,5 @@ +@assert isa(1,Polynom) +@assert isa(1.0,Polynom) +@assert isa([1.0; 1.0],Polynom) +@assert isa(1.0,PolynomMatrix) +@assert isa(1,PolynomMatrix) -- GitLab