diff options
Diffstat (limited to 'tests/regression/dumptest')
-rw-r--r-- | tests/regression/dumptest/surface-simple-expected.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/dumptest/surface-simple-expected.txt b/tests/regression/dumptest/surface-simple-expected.txt index 3b42fcb..48c918f 100644 --- a/tests/regression/dumptest/surface-simple-expected.txt +++ b/tests/regression/dumptest/surface-simple-expected.txt @@ -1,2 +1,5 @@ surface(file = "surface-simple.dat", center = true); + multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + surface(file = "surface-simple2.dat", center = true); + } |