test for issue #703 (polyhedron w undef arguments)

master
Don Bright 2014-04-02 17:45:25 -05:00
parent 49d545285c
commit e8cb468999
1 changed files with 2 additions and 0 deletions

View File

@ -30,4 +30,6 @@ group() {
}
}
}
polyhedron(points = undef, faces = [[1, 2, 3]], convexity = 1);
polyhedron(points = [[0, 0, 0], [1, 1, 1]], faces = undef, convexity = 1);
}