first commit
This commit is contained in:
12
perl/lib/Graph-Easy-0.76/t/in/6_autosplit_class.txt
Normal file
12
perl/lib/Graph-Easy-0.76/t/in/6_autosplit_class.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# test that columns on a class works, also test that B is
|
||||
# properly offset from A (A with the label is 2 columns
|
||||
# wide!) and displays "D" as label.
|
||||
|
||||
node.red { color: red; label: D; columns: 2; }
|
||||
|
||||
[ A|B|C ] { basename: A; }
|
||||
|
||||
[ 1 ] -> [ A.0 ] { class: red; }
|
||||
[ 2 ] -> [ A.0 ]
|
||||
[ 2 ] -> [ 3 ]
|
||||
|
||||
Reference in New Issue
Block a user