From 6f2555bab2b1ef4287cd9d6f117aeefc88580f7d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 11 Feb 2026 16:01:41 +0100 Subject: Copy behaviour changes --- modules/codec/tests/math.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/codec/tests') diff --git a/modules/codec/tests/math.cpp b/modules/codec/tests/math.cpp index 25608e2..6817df1 100644 --- a/modules/codec/tests/math.cpp +++ b/modules/codec/tests/math.cpp @@ -21,6 +21,13 @@ SAW_TEST("Math/Basic"){ } */ +SAW_TEST("Math/Tensor Construction"){ + using namespace saw; + + // data> a{{5.1f}}; + // data> b{{{1,3,5}}}; +} + SAW_TEST("Math/Tensor"){ using namespace saw; -- cgit v1.2.3