diff options
Diffstat (limited to 'tests/regression/echotest/vector-values-expected.echo')
-rw-r--r-- | tests/regression/echotest/vector-values-expected.echo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/regression/echotest/vector-values-expected.echo b/tests/regression/echotest/vector-values-expected.echo new file mode 100644 index 0000000..78053b9 --- /dev/null +++ b/tests/regression/echotest/vector-values-expected.echo @@ -0,0 +1,10 @@ +ECHO: "Testing vector dot product: 14" +ECHO: " Bounds check: undef" +ECHO: "Testing matrix * vector: [3, 2, 13]" +ECHO: " Bounds check: undef" +ECHO: "Testing vector * matrix: [9, 8]" +ECHO: " Bounds check: undef" +ECHO: "Testing id matrix * id matrix: [[1, 0], [0, 1]]" +ECHO: "Testing asymmetric matrix * matrix: [[2, 1], [-1, 0]]" +ECHO: "Testing alternate asymmetric matrix * matrix: [[1, 0, 1], [0, 1, -1], [1, 1, 0]]" +ECHO: " Bounds check: undef" |