From: ellson Date: Fri, 14 Mar 2008 22:19:50 +0000 (+0000) Subject: add "folder" to the shapes regression test X-Git-Tag: LAST_LIBGRAPH~32^2~4499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22b21759f80cd2fc451d6279da7aaf2f7947f3ec;p=graphviz add "folder" to the shapes regression test --- diff --git a/rtest/graphs/shapes.dot b/rtest/graphs/shapes.dot index a7cd67574..ab3d73445 100644 --- a/rtest/graphs/shapes.dot +++ b/rtest/graphs/shapes.dot @@ -31,9 +31,10 @@ digraph G { 4 [shape=tab] 5 [shape=box3d] 6 [shape=component] + 7 [shape=folder] a -> b -> c -> d -> e -> f -> g h -> i -> j -> k -> l -> m -> n o -> p -> q -> r -> s -> t -> u v -> w -> x -> y -> z -> 1 -> 2 - 3 -> 4 -> 5 -> 6 + 3 -> 4 -> 5 -> 6 -> 7 }